SortField constructor

SortField({
  1. bool isAscending = true,
})

Implementation

SortField({
  this.isAscending = true,
});