prev method

Cross prev()

Implementation

Cross prev() {
  _index--;

  return _schemes.getData[_index]!;
}