fansModel constructor

fansModel({
  1. int? gender,
  2. String? levelIcon,
  3. String? personalSign,
  4. int? state,
  5. String? userIcon,
  6. String? userId,
  7. String? userLevel,
  8. String? userName,
  9. bool? atten,
  10. int? nobilityType,
})

Implementation

fansModel(
    {this.gender,
    this.levelIcon,
    this.personalSign,
    this.state,
    this.userIcon,
    this.userId,
    this.userLevel,
    this.userName,
    this.atten,
    this.nobilityType
    });