Query$searchPlayers$searchPlayers$objects$statistics$games class

Available extensions

Constructors

Query$searchPlayers$searchPlayers$objects$statistics$games.new({double? appearences, double? lineups, double? minutes, double? number, String? position, String? rating, bool? captain, String $__typename = 'PlayersStatisticsGamesType'})
Query$searchPlayers$searchPlayers$objects$statistics$games.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
appearences double?
final
captain bool?
final
copyWith CopyWith$Query$searchPlayers$searchPlayers$objects$statistics$games<Query$searchPlayers$searchPlayers$objects$statistics$games>

Available on Query$searchPlayers$searchPlayers$objects$statistics$games, provided by the UtilityExtension$Query$searchPlayers$searchPlayers$objects$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