max property

int? max
final

the inclusive maximum number of elements in the list. If this is null, then there will be no maximum bound.

Implementation

final int? max;