SignResult constructor

SignResult({
  1. PactCommand? body,
  2. PactCommand? signedCmd,
  3. SignRequestError? error,
})

Implementation

SignResult({
  this.body,
  this.signedCmd,
  this.error,
});