Query$searchCoaches$searchCoaches$objects constructor
Query$searchCoaches$searchCoaches$objects({
- required String id,
- double? coachId,
- String? name,
- String? firstname,
- String? lastname,
- double? age,
- Query$searchCoaches$searchCoaches$objects$birth? birth,
- String? nationality,
- String? height,
- String? weight,
- String? photo,
- Query$searchCoaches$searchCoaches$objects$team? team,
- List<
Query$searchCoaches$searchCoaches$objects$career> ? career, - required DateTime createdAt,
- required DateTime updatedAt,
- 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',
});