endIndex property

int? endIndex
getter/setter pair

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

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

Implementation

core.int? endIndex;