Query$findOneByCoachId$findOneByCoachId class
- Available extensions
Constructors
- 
          Query$findOneByCoachId$findOneByCoachId({required String id, double? coachId, String? name, String? firstname, String? lastname, double? age, Query$findOneByCoachId$findOneByCoachId$birth? birth, String? nationality, String? height, String? weight, String? photo, Query$findOneByCoachId$findOneByCoachId$team? team, List<Query$findOneByCoachId$findOneByCoachId$career> ? career, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'CoachsType'})
- 
          Query$findOneByCoachId$findOneByCoachId.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- $__typename → String
- 
  
  final
- age → double?
- 
  
  final
- birth → Query$findOneByCoachId$findOneByCoachId$birth?
- 
  
  final
- 
  career
  → List<Query$findOneByCoachId$findOneByCoachId$career> ?
- 
  
  final
- coachId → double?
- 
  
  final
- 
  copyWith
  → CopyWith$Query$findOneByCoachId$findOneByCoachId<Query$findOneByCoachId$findOneByCoachId> 
- 
      Available on Query$findOneByCoachId$findOneByCoachId, provided by the UtilityExtension$Query$findOneByCoachId$findOneByCoachId 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$findOneByCoachId$findOneByCoachId$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