Query$searchPlayers$searchPlayers$objects$statistics$goals class

Available extensions

Constructors

Query$searchPlayers$searchPlayers$objects$statistics$goals.new({double? total, double? conceded, double? assists, double? saves, String $__typename = 'PlayersStatisticsGoalsType'})
Query$searchPlayers$searchPlayers$objects$statistics$goals.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
assists double?
final
conceded double?
final
copyWith CopyWith$Query$searchPlayers$searchPlayers$objects$statistics$goals<Query$searchPlayers$searchPlayers$objects$statistics$goals>

Available on Query$searchPlayers$searchPlayers$objects$statistics$goals, provided by the UtilityExtension$Query$searchPlayers$searchPlayers$objects$statistics$goals extension

no setter
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saves double?
final
total double?
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