User constructor
      
      User({})
     
    
    
Implementation
User(
    {this.tag = "",
    this.name = "",
    this.roomId = -1,
    this.doomId = -1,
    this.location = "",
    this.state = "",
    this.token = ""});User(
    {this.tag = "",
    this.name = "",
    this.roomId = -1,
    this.doomId = -1,
    this.location = "",
    this.state = "",
    this.token = ""});