Query$getCoachesFromProvider$getCoachesFromProvider class

Available extensions

Constructors

Query$getCoachesFromProvider$getCoachesFromProvider({required String id, double? coachId, String? name, String? firstname, String? lastname, double? age, Query$getCoachesFromProvider$getCoachesFromProvider$birth? birth, String? nationality, String? height, String? weight, String? photo, Query$getCoachesFromProvider$getCoachesFromProvider$team? team, List<Query$getCoachesFromProvider$getCoachesFromProvider$career>? career, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'CoachsType'})
Query$getCoachesFromProvider$getCoachesFromProvider.fromJson(Map<String, dynamic> json)
factory

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override