Name property
String
get
Name
A string that contains the name of the adapter.
Implementation
String get Name => _Name.toDartString();
set
Name
(String value)
Implementation
set Name(String value) => _Name.setString(value);