rest property

String get rest

The portion of the string that hasn't yet been scanned.

Implementation

String get rest => string.substring(position);