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

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