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