Query$searchPlayers$searchPlayers$objects$player class

Available extensions

Constructors

Query$searchPlayers$searchPlayers$objects$player.new({double? id, String? name, String? firstname, String? lastname, double? age, Query$searchPlayers$searchPlayers$objects$player$birth? birth, String? nationality, String? height, String? weight, String? injured, String? photo, String $__typename = 'PlayersPlayerType'})
Query$searchPlayers$searchPlayers$objects$player.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
age double?
final
birth Query$searchPlayers$searchPlayers$objects$player$birth?
final
copyWith CopyWith$Query$searchPlayers$searchPlayers$objects$player<Query$searchPlayers$searchPlayers$objects$player>

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

no setter
firstname String?
final
hashCode int
The hash code for this object.
no setteroverride
height String?
final
id double?
final
injured 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
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