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