buildWasmComponent property
bool
get
buildWasmComponent
Whether WebAssembly components can be used by the Dart app being built.
Implementation
bool get buildWasmComponent => buildAssetTypes.contains(name);