Query$getPlayerById$getPlayerById$statistics$games class
- Available extensions
Constructors
- Query$getPlayerById$getPlayerById$statistics$games.new({double? appearences, double? lineups, double? minutes, double? number, String? position, String? rating, bool? captain, String $__typename = 'PlayersStatisticsGamesType'})
-
Query$getPlayerById$getPlayerById$statistics$games.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- appearences → double?
-
final
- captain → bool?
-
final
-
copyWith
→ CopyWith$Query$getPlayerById$getPlayerById$statistics$games<
Query$getPlayerById$getPlayerById$statistics$games> -
Available on Query$getPlayerById$getPlayerById$statistics$games, provided by the UtilityExtension$Query$getPlayerById$getPlayerById$statistics$games extension
no setter - hashCode → int
-
The hash code for this object.
no setteroverride
- lineups → double?
-
final
- minutes → double?
-
final
- number → double?
-
final
- position → String?
-
final
- rating → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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