authenticationAlternativeName property
- @JsonKey.new(includeFromJson: false, includeToJson: false)
The name of the secondary authentication
Implementation
@JsonKey(includeFromJson: false, includeToJson: false)
String? get authenticationAlternativeName =>
authenticationAlternative?.toString().substring('authentication.'.length);