WasmSymbol constructor

const WasmSymbol({
  1. required int address,
  2. required String name,
})

Implementation

const WasmSymbol({required this.address, required this.name});