Query$getBetOrdersPagination$getBetOrdersPagination$objects$user class
- Available extensions
Constructors
- Query$getBetOrdersPagination$getBetOrdersPagination$objects$user.new({required String id, String? email, Enum$Gender? gender, Enum$UserStatus? status, String? lastName, String? username, String? firstName, Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone? phone, Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture? picture, String $__typename = 'UserType'})
-
Query$getBetOrdersPagination$getBetOrdersPagination$objects$user.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$getBetOrdersPagination$getBetOrdersPagination$objects$user<
Query$getBetOrdersPagination$getBetOrdersPagination$objects$user> -
Available on Query$getBetOrdersPagination$getBetOrdersPagination$objects$user, provided by the UtilityExtension$Query$getBetOrdersPagination$getBetOrdersPagination$objects$user extension
no setter - email → String?
-
final
- firstName → String?
-
final
- gender → Enum$Gender?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- lastName → String?
-
final
- phone → Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$phone?
-
final
- picture → Query$getBetOrdersPagination$getBetOrdersPagination$objects$user$picture?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → Enum$UserStatus?
-
final
- username → 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