rest property

String rest

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

Implementation

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