OrderItemModel constructor

OrderItemModel({
  1. String? column,
  2. bool? asc,
})

Implementation

OrderItemModel({
  this.column,
  this.asc,
});