tail method

String tail()

Implementation

String tail() => _data.substring(_seek);