authenticationName property
The name of the main authentication
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
String get authenticationName =>
authentication.toString().substring('authentication.'.length);
The name of the main authentication
@JsonKey(includeFromJson: false, includeToJson: false)
String get authenticationName =>
authentication.toString().substring('authentication.'.length);