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