endIndex property
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;