WasmComponentValueDefinition constructor
const
WasmComponentValueDefinition({
- required WasmComponentValueType type,
- required int payloadSize,
- required Uint8List rawBytes,
- required WasmComponentValueData value,
Implementation
const WasmComponentValueDefinition({
required this.type,
required this.payloadSize,
required this.rawBytes,
required this.value,
});