IsEnvReadyResult class
Information returned when isEnvReady is successfully called.
Constructors
- IsEnvReadyResult.new({String? returnCode, Status? status, String? carrierId, String? country})
- Creates an IsEnvReadyResult object.
- IsEnvReadyResult.fromJson(String str)
-
Creates an IsEnvReadyResult object from a JSON string.
factory
-
IsEnvReadyResult.fromMap(Map<
String, dynamic> json) -
factory
Properties
- carrierId ↔ String?
-
Carrier ID.
getter/setter pair
- country ↔ String?
-
Code of the country or region where the currently signed-in account is located.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- returnCode ↔ String?
-
Result code.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ Status?
-
Status object that contains the task processing result.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override