limit property

int? limit
final

An optional limit setting maximum number of items for the range.

If null, then the range contains all items starting from start.

Implementation

final int? limit;