ComponentAdapter constructor

const ComponentAdapter({
  1. required String name,
  2. required WasmInput wasm,
})

Implementation

const ComponentAdapter({required this.name, required this.wasm});