maxPasswordHistory property Null safety
@JsonKey(name: '@MaxPasswordHistory', fromJson: nullableToInt), final
Maximum number of passwords that the device can remember for each user
Implementation
@JsonKey(name: '@MaxPasswordHistory', fromJson: nullableToInt)
final int? maxPasswordHistory;