isDone property

bool isDone

checks if the end of string is reached.

Implementation

bool get isDone => _scanner.isDone;