startIndex property

int? startIndex
getter/setter pair

The optional zero-based index of the beginning of the collection.

Required for FIXED_RANGE and FROM_START_INDEX ranges.

Implementation

core.int? startIndex;