useWasm property

  1. @TagNumber(5)
bool get useWasm

@doc whether to use wasm for web build

Implementation

@$pb.TagNumber(5)
$core.bool get useWasm => $_getBF(4);
  1. @TagNumber(5)
set useWasm (bool value)

Implementation

@$pb.TagNumber(5)
set useWasm($core.bool value) => $_setBool(4, value);