ManuallyForwardResponse constructor
const
ManuallyForwardResponse({
- required bool success,
- TransactionStatus? status,
- String? tpId,
- HostResponse? host,
- String? errorMessage,
Implementation
const ManuallyForwardResponse({
required this.success,
this.status,
this.tpId,
this.host,
this.errorMessage,
});