TheAvengersModels constructor

TheAvengersModels({
  1. int? id,
  2. String? name,
  3. String? fullName,
  4. String? email,
  5. String? gender,
  6. String? isCanSwim,
  7. dynamic isCanFly,
  8. int? status,
  9. String? createdAt,
})

Implementation

TheAvengersModels({this.id, this.name, this.fullName, this.email, this.gender, this.isCanSwim, isCanFly, this.status, this.createdAt});