authenticationName property
String?
get
authenticationName
Implementation
String? get authenticationName =>
authentication?.toString().substring('authentication.'.length);
set
authenticationName
(String? value)
Implementation
set authenticationName(String? value) {
authentication = _authenticationFromText(value);
}