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