JJUserEntity constructor
JJUserEntity({})
Implementation
JJUserEntity(
{this.id = '',
this.inviteCode = '',
this.nikeName = '',
this.userLevel = 0,
this.icon = '',
this.gender = 0,
this.nobilityType = NobleTypeEnum.none,
this.guardType = GuardTypeEnum.none});