maxUserNameLength property Null safety
@JsonKey(name: '@MaxUserNameLength', fromJson: int.parse), final
Maximum number of characters supported for the username by CreateUsers.
Implementation
@JsonKey(name: '@MaxUserNameLength', fromJson: int.parse)
final int maxUserNameLength;