UTerminalReadParams constructor

UTerminalReadParams({
  1. required TerminalSelectorArgs? selectorArgs,
  2. int? pageSize,
  3. int? pageNumber,
  4. DateTime? fromCreatedAt,
  5. DateTime? toCreatedAt,
  6. List<int>? tags,
  7. List<String>? ids,
  8. String? creatorId,
  9. String? serial,
  10. String? merchantId,
  11. int? orderBy,
  12. String? simCardNumber,
  13. String? simCardSerial,
  14. String? imei,
  15. String? terminalId,
  16. String? insId,
})

Implementation

UTerminalReadParams({
  required this.selectorArgs,
  this.pageSize,
  this.pageNumber,
  this.fromCreatedAt,
  this.toCreatedAt,
  this.tags,
  this.ids,
  this.creatorId,
  this.serial,
  this.merchantId,
  this.orderBy,
  this.simCardNumber,
  this.simCardSerial,
  this.imei,
  this.terminalId,
  this.insId,
});