SdkResult class
Constructors
- SdkResult.new({required RequestStatus status, String? message, String? reference})
- SdkResult.cancelled()
-
factory
- SdkResult.failed(String? message)
-
factory
- SdkResult.pending(String reference)
-
factory
- SdkResult.pendingTimeout(String reference)
-
factory
- SdkResult.success(String reference)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
final
- reference → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → RequestStatus
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited