CASMErrPair.error constructor

CASMErrPair.error(
  1. Error? error,
  2. StackTrace trace
)

Implementation

CASMErrPair.error(this.error, this.trace);