iteratorAtEnd property Null safety
Iterator over the characters of this string.
Returns CharacterRange positioned after the last character of this Characters.
Allows iterating the characters of string backwards
using CharacterRange.movePrevious
,
as well as controlling the iteration in more detail.
Implementation
CharacterRange get iteratorAtEnd;