NoStubMockPluginError constructor

const NoStubMockPluginError(
  1. MockedPlugin plugin,
  2. MethodCall call
)

Implementation

const NoStubMockPluginError(this.plugin, this.call);