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. String? hostRoot,
  14. String? hostCrt,
  15. String? hostKey,
  16. String? guestRoot,
  17. String? raw,
  18. int? status,
  19. DateTime? createAt,
  20. DateTime? updateAt,
  21. String? createBy,
  22. 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.hostRoot, this.hostCrt, this.hostKey, this.guestRoot, this.raw, this.status, this.createAt, this.updateAt, this.createBy, this.updateBy});