AppPlayerInfo constructor

AppPlayerInfo({
  1. String? rank,
  2. String? role,
  3. String? area,
  4. String? society,
  5. String? playerId,
  6. String? openId,
})

Implementation

AppPlayerInfo({
  this.rank,
  this.role,
  this.area,
  this.society,
  this.playerId,
  this.openId,
});