previous method

bool previous()

Implementation

bool previous(){
  if(_previous != null) return _previous!();
  return false;
}