CustomerSort constructor

CustomerSort({
  1. SortOrder? order,
  2. CustomerSortField? field,
})

Implementation

CustomerSort({
  this.order, this.field
});