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