pushBack method

dynamic pushBack()

Implementation

pushBack() {
  if (_lastReadToken != null) pushedBack = true;
}