ManuallyForwardResponse class
手动转发响应
Constructors
- ManuallyForwardResponse({required bool success, TransactionStatus? status, String? tpId, HostResponse? host, String? errorMessage})
-
const
-
ManuallyForwardResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
- errorMessage → String?
-
错误消息
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → HostResponse?
-
主机响应
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransactionStatus?
-
交易状态
final
- success → bool
-
转发是否成功
final
- tpId → String?
-
交易 tpId
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - Convert to JSON map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited