InvocationError constructor

const InvocationError(
  1. dynamic error,
  2. StackTrace stackTrace
)

Implementation

const InvocationError(this.error, this.stackTrace);