authenticationAlternativeName property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
String? get authenticationAlternativeName

The name of the secondary authentication

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String? get authenticationAlternativeName =>
    authenticationAlternative?.toString().substring('authentication.'.length);