startIndex property

int? startIndex
getter/setter pair

The zero-based start index of this range, in UTF-16 code units.

In all current uses, a start index must be provided. This field is an Int32Value in order to accommodate future use cases with open-ended ranges.

Implementation

core.int? startIndex;