IndexSelection constructor

IndexSelection(
  1. int current,
  2. int? previous
)

Implementation

IndexSelection(this.current, this.previous);