maxProperties property
int?
get
maxProperties
The maximum number of properties in this object.
If the object has more than this many properties, it will be invalid.
Implementation
int? get maxProperties => _value['maxProperties'] as int?;