Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone class
Constructors
- Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone.new({String? number, bool? isValid, String? countryCode, int? validationNumber, String $__typename = 'PhoneType'})
-
Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone<
Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone> -
Available on Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone, provided by the UtilityExtension$Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone extension
no setter - countryCode → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isValid → bool?
-
final
- number → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationNumber → int?
-
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