PlayerExtraInfo constructor

PlayerExtraInfo({
  1. bool? isAdult,
  2. String? playerId,
  3. String? openId,
  4. int? playerDuration,
  5. bool? isRealName,
})

Implementation

PlayerExtraInfo({
  this.isAdult,
  this.playerId,
  this.openId,
  this.playerDuration,
  this.isRealName,
});