JJUserEntity constructor

JJUserEntity({
  1. String id = '',
  2. String inviteCode = '',
  3. String nikeName = '',
  4. int userLevel = 0,
  5. String icon = '',
  6. int gender = 0,
  7. int nobilityType = NobleTypeEnum.none,
  8. int guardType = GuardTypeEnum.none,
})

Implementation

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