SortBy constructor

SortBy({
  1. String? name,
  2. String? sortOrder,
})

Implementation

SortBy({this.name, this.sortOrder});