maxUsers property Null safety

int maxUsers
@JsonKey(name: '@MaxUsers', fromJson: int.parse), final

The maximum number of users that the device supports.

Implementation

@JsonKey(name: '@MaxUsers', fromJson: int.parse)
final int maxUsers;