MBSortParameter constructor
Initializes a MBSortParameter with the filed and ascending value (defaults to true
).
Implementation
MBSortParameter({
required this.field,
this.ascending = true,
});
Initializes a MBSortParameter with the filed and ascending value (defaults to true
).
MBSortParameter({
required this.field,
this.ascending = true,
});