minItems property

int? get minItems

The minimum number of items in this list.

Implementation

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