ManuallyForwardResponse constructor

const ManuallyForwardResponse({
  1. required bool success,
  2. TransactionStatus? status,
  3. String? tpId,
  4. HostResponse? host,
  5. String? errorMessage,
})

Implementation

const ManuallyForwardResponse({
  required this.success,
  this.status,
  this.tpId,
  this.host,
  this.errorMessage,
});