SDKIPCResponse<T> class
Constructors
- SDKIPCResponse({required bool success, required String error, required T? data, required String errorCode, required String action})
- SDKIPCResponse.fromIPCMessage(String base64EncodedMessage)
-
factory
- SDKIPCResponse.success(T data, {String action = ''})
-
factory
Properties
- action ↔ String
-
getter/setter pair
- data ↔ T?
-
getter/setter pair
- error ↔ String
-
getter/setter pair
- errorCode ↔ String
-
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
- success ↔ bool
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBas64Hash(
) → String -
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited