WebApiLogicSortItemsResponse constructor

const WebApiLogicSortItemsResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. DateTime? sortStartDateTime,
  5. DateTime? itemDateStamp,
})

Implementation

const WebApiLogicSortItemsResponse({
  this.status,
  this.success,
  this.msg,
  this.sortStartDateTime,
  this.itemDateStamp,
});