SortBy constructor

const SortBy(
  1. {String? column,
  2. String? order}
)

Implementation

const SortBy({this.column, this.order});