InitializeCustomerResponse class
Represents the response from a successful customer registration request.
This class encapsulates the gameballId
assigned to the newly registered customer
by the Gameball API.
- Annotations
-
- @JsonSerializable()
Constructors
- InitializeCustomerResponse.new(int gameballId)
-
Creates a new
InitializeCustomerResponse
object. -
InitializeCustomerResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- gameballId ↔ int
-
The unique identifier assigned to the customer by Gameball.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the
InitializeCustomerResponse
object to a JSON map. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited