Query$getPlayOffsByRound$getPlayOffsByRound class
- Available extensions
Constructors
- Query$getPlayOffsByRound$getPlayOffsByRound.new({required String id, Query$getPlayOffsByRound$getPlayOffsByRound$fixture? fixture, Query$getPlayOffsByRound$getPlayOffsByRound$score? score, Query$getPlayOffsByRound$getPlayOffsByRound$teams? teams, Query$getPlayOffsByRound$getPlayOffsByRound$goals? goals, Query$getPlayOffsByRound$getPlayOffsByRound$league? league, bool? isUserSubscribedToFixtureEvents, DateTime? createdAt, DateTime? updatedAt, String $__typename = 'FixtureType'})
-
Query$getPlayOffsByRound$getPlayOffsByRound.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getPlayOffsByRound$getPlayOffsByRound<
Query$getPlayOffsByRound$getPlayOffsByRound> -
Available on Query$getPlayOffsByRound$getPlayOffsByRound, provided by the UtilityExtension$Query$getPlayOffsByRound$getPlayOffsByRound extension
no setter - createdAt → DateTime?
-
final
- fixture → Query$getPlayOffsByRound$getPlayOffsByRound$fixture?
-
final
- goals → Query$getPlayOffsByRound$getPlayOffsByRound$goals?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- isUserSubscribedToFixtureEvents → bool?
-
final
- league → Query$getPlayOffsByRound$getPlayOffsByRound$league?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- score → Query$getPlayOffsByRound$getPlayOffsByRound$score?
-
final
- teams → Query$getPlayOffsByRound$getPlayOffsByRound$teams?
-
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