VlessStatus constructor
VlessStatus({})
Implementation
VlessStatus({
this.duration = 0,
this.uploadSpeed = 0,
this.downloadSpeed = 0,
this.upload = 0,
this.download = 0,
this.state = "DISCONNECTED",
});
VlessStatus({
this.duration = 0,
this.uploadSpeed = 0,
this.downloadSpeed = 0,
this.upload = 0,
this.download = 0,
this.state = "DISCONNECTED",
});