isWasm property

bool get isWasm

Whether this language table was extracted from a WebAssembly module.

Implementation

bool get isWasm => _wasmLanguageOrigins[this] ?? false;