authenticationName property

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

The name of the main authentication

Implementation

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