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[Keys.maxProperties] as int?;