AnchorEntity.call constructor

AnchorEntity.call(
  1. String? nickname,
  2. String? headImage, {
  3. String? online,
  4. String? cost,
  5. String? age,
  6. int? toy,
  7. int? toyCost,
})

Implementation

AnchorEntity.call(this.nickname, this.headImage,
    {this.online, this.cost, this.age, this.toy, this.toyCost});