maxItems property

int? get maxItems

The maximum number of items in this list.

Implementation

int? get maxItems => _value['maxItems'] as int?;