maxUsers property

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

The maximum number of users that the device supports.

Implementation

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