CustomerSort constructor
CustomerSort({
- SortOrder? order,
- CustomerSortField? field,
Implementation
CustomerSort({
this.order, this.field
});
CustomerSort({
this.order, this.field
});