max property

int? max
final

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;