rest property Null safety
The portion of the string that hasn't yet been scanned.
Implementation
String get rest => string.substring(position);
The portion of the string that hasn't yet been scanned.
String get rest => string.substring(position);