BattleUser constructor
BattleUser({})
Implementation
BattleUser(
{this.roomId = '',
this.userId = '',
this.avatarUrl = '',
this.userName = '',
this.score = 0,
this.ranking = 1,
this.rect = Rect.zero});