SignResult constructor
SignResult({
- PactCommand? body,
- PactCommand? signedCmd,
- SignRequestError? error,
Implementation
SignResult({
this.body,
this.signedCmd,
this.error,
});