maxUsers property Null safety
@JsonKey(name: '@MaxUsers', fromJson: stringToInt), final
The maximum number of users that the device supports.
Implementation
@JsonKey(name: '@MaxUsers', fromJson: stringToInt)
final int maxUsers;
The maximum number of users that the device supports.
@JsonKey(name: '@MaxUsers', fromJson: stringToInt)
final int maxUsers;