username property

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

The name of the username configuration

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String get username => _usernameTypeToText(usernameType);