OrderOption constructor

const OrderOption({
  1. OrderOptionType type = OrderOptionType.createDate,
  2. bool asc = false,
})

Implementation

const OrderOption({
  this.type = OrderOptionType.createDate,
  this.asc = false,
});