SortTypeChanges constructor

SortTypeChanges(
  1. SortType? prev,
  2. SortType? next
)

Implementation

SortTypeChanges(this.prev, this.next);