GigyaResponse class
General response structure.
- Implementers
Constructors
- GigyaResponse.fromJson(dynamic json)
Properties
- apiVersion ↔ int?
-
getter/setter pair
- callId ↔ String?
-
getter/setter pair
- errorCode ↔ int?
-
getter/setter pair
- errorDetails ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mapped ↔ dynamic
-
getter/setter pair
- regToken ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statusCode ↔ int?
-
getter/setter pair
- statusReason ↔ String?
-
getter/setter pair
Methods
-
getInterruption(
) → Interruption? -
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.
inherited