Query$getTrophies$getTrophies class

Available extensions

Constructors

Query$getTrophies$getTrophies({required String id, required Query$getTrophies$getTrophies$target target, required List<Query$getTrophies$getTrophies$trophies> trophies, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'TrophiesType'})
Query$getTrophies$getTrophies.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$getTrophies$getTrophies<Query$getTrophies$getTrophies>

Available on Query$getTrophies$getTrophies, provided by the UtilityExtension$Query$getTrophies$getTrophies extension

no setter
createdAt DateTime
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
target Query$getTrophies$getTrophies$target
final
trophies List<Query$getTrophies$getTrophies$trophies>
final
updatedAt DateTime
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