Query$searchCoaches$searchCoaches$objects class

Available extensions

Constructors

Query$searchCoaches$searchCoaches$objects.new({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'})
Query$searchCoaches$searchCoaches$objects.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
age double?
final
birth Query$searchCoaches$searchCoaches$objects$birth?
final
career List<Query$searchCoaches$searchCoaches$objects$career>?
final
coachId double?
final
copyWith CopyWith$Query$searchCoaches$searchCoaches$objects<Query$searchCoaches$searchCoaches$objects>

Available on Query$searchCoaches$searchCoaches$objects, provided by the UtilityExtension$Query$searchCoaches$searchCoaches$objects extension

no setter
createdAt DateTime
final
firstname String?
final
hashCode int
The hash code for this object.
no setteroverride
height String?
final
id String
final
lastname String?
final
name String?
final
nationality String?
final
photo String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
team Query$searchCoaches$searchCoaches$objects$team?
final
updatedAt DateTime
final
weight String?
final

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