Route constructor
Route({
- String? sid,
- String? did,
- String? name,
- String? kind,
- String? pattern,
- String? address,
- String? memo,
- int? rank,
- String? tags,
- DateTime? expireAt,
- int? upstream,
- int? downstream,
- String? hostRoot,
- String? hostCrt,
- String? hostKey,
- String? guestRoot,
- String? raw,
- int? status,
- DateTime? createAt,
- DateTime? updateAt,
- String? createBy,
- 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});