maxUserNameLength property Null safety

int maxUserNameLength
@JsonKey(name: '@MaxUserNameLength', fromJson: stringToInt), final

Maximum number of characters supported for the username by CreateUsers.

Implementation

@JsonKey(name: '@MaxUserNameLength', fromJson: stringToInt)
final int maxUserNameLength;