maxPasswordHistory property Null safety

int? maxPasswordHistory
@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;