Query$getBetOrdersPagination$getBetOrdersPagination$objects class
- Available extensions
Constructors
-
Query$getBetOrdersPagination$getBetOrdersPagination$objects.new({required String id, required Query$getBetOrdersPagination$getBetOrdersPagination$objects$user user, required List<
Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds> odds, required double bet, required double maxWin, double? finalWin, required Enum$BetOrderStatusEnum status, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'BetOrderType'}) -
Query$getBetOrdersPagination$getBetOrdersPagination$objects.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- bet → double
-
final
-
copyWith
→ CopyWith$Query$getBetOrdersPagination$getBetOrdersPagination$objects<
Query$getBetOrdersPagination$getBetOrdersPagination$objects> -
Available on Query$getBetOrdersPagination$getBetOrdersPagination$objects, provided by the UtilityExtension$Query$getBetOrdersPagination$getBetOrdersPagination$objects extension
no setter - createdAt → DateTime
-
final
- finalWin → double?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- maxWin → double
-
final
-
odds
→ List<
Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Enum$BetOrderStatusEnum
-
final
- updatedAt → DateTime
-
final
- user → Query$getBetOrdersPagination$getBetOrdersPagination$objects$user
-
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