SortBy constructor

SortBy(
  1. {String fieldName,
  2. SortType sortType}
)

有参构造

Implementation

SortBy({this.fieldName, this.sortType});