Route constructor

Route({
  1. String? sid,
  2. String? did,
  3. String? name,
  4. String? kind,
  5. String? pattern,
  6. String? address,
  7. String? memo,
  8. int? rank,
  9. String? tags,
  10. DateTime? expireAt,
  11. int? upstream,
  12. int? downstream,
  13. int? requests,
  14. String? hostRoot,
  15. String? hostCrt,
  16. String? hostKey,
  17. String? guestRoot,
  18. String? sap,
  19. bool? skip,
  20. String? raw,
  21. int? status,
  22. DateTime? createAt,
  23. DateTime? updateAt,
  24. String? createBy,
  25. String? updateBy,
})

Implementation

Route({this.sid, this.did, this.name, this.kind, this.pattern, this.address, this.memo, this.rank, this.tags, this.expireAt, this.upstream, this.downstream, this.requests, this.hostRoot, this.hostCrt, this.hostKey, this.guestRoot, this.sap, this.skip, this.raw, this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});