ModuleGenerator constructor

ModuleGenerator(
  1. String _name,
  2. Generator<VoltronNativeModule, EngineContext> _generator
)

Implementation

ModuleGenerator(this._name, this._generator);