InvokeHelper<T> constructor

const InvokeHelper<T>(
  1. Function? _base,
  2. Memory? _memory
)

Implementation

const InvokeHelper(this._base, this._memory);