Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds class

Available extensions

Constructors

Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds.new({required String odd, required String name, required int extId, required String value, String $__typename = 'BetOrderOddsOddsType'})
Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds.fromJson(Map<String, dynamic> json)
factory

Properties

$__typename String
final
copyWith CopyWith$Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds<Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds>

Available on Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds, provided by the UtilityExtension$Query$getBetOrdersPagination$getBetOrdersPagination$objects$odds$odds extension

no setter
extId int
final
hashCode int
The hash code for this object.
no setteroverride
name String
final
odd String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
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