max property
The maximum number of items that can be selected. Defaults to null.
Contract
Throws AssertionError if both the controller and max are provided.
Implementation
final int? max;
The maximum number of items that can be selected. Defaults to null.
Throws AssertionError if both the controller and max are provided.
final int? max;