DalerDTSJob constructor

DalerDTSJob({
  1. String? id,
  2. String? name,
  3. String? kind,
  4. String? modal,
  5. String? sid,
  6. String? did,
  7. String? sname,
  8. String? dname,
  9. String? abc,
  10. String? dag,
  11. String? raw,
  12. int? status,
  13. DateTime? createAt,
  14. DateTime? updateAt,
  15. String? createBy,
  16. String? updateBy,
})

Implementation

DalerDTSJob({this.id, this.name, this.kind, this.modal, this.sid, this.did, this.sname, this.dname, this.abc, this.dag, this.raw, this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});