Query$searchCoaches$searchCoaches$objects constructor

Query$searchCoaches$searchCoaches$objects({
  1. required String id,
  2. double? coachId,
  3. String? name,
  4. String? firstname,
  5. String? lastname,
  6. double? age,
  7. Query$searchCoaches$searchCoaches$objects$birth? birth,
  8. String? nationality,
  9. String? height,
  10. String? weight,
  11. String? photo,
  12. Query$searchCoaches$searchCoaches$objects$team? team,
  13. List<Query$searchCoaches$searchCoaches$objects$career>? career,
  14. required DateTime createdAt,
  15. required DateTime updatedAt,
  16. String $__typename = 'CoachsType',
})

Implementation

Query$searchCoaches$searchCoaches$objects({
  required this.id,
  this.coachId,
  this.name,
  this.firstname,
  this.lastname,
  this.age,
  this.birth,
  this.nationality,
  this.height,
  this.weight,
  this.photo,
  this.team,
  this.career,
  required this.createdAt,
  required this.updatedAt,
  this.$__typename = 'CoachsType',
});