InvocationError constructor

const InvocationError(dynamic error, StackTrace stackTrace)

Implementation

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