maxItems property
int?
get
maxItems
The maximum number of items in this list.
Implementation
int? get maxItems => _value['maxItems'] as int?;
The maximum number of items in this list.
int? get maxItems => _value['maxItems'] as int?;