isDevToolsEnabled property
bool
get
isDevToolsEnabled
Whether to emit code that supports developer tooling.
There are two ways to enable this flag:
- Passing
--define=ENABLE_DEVTOOLS=true
. - Adding a specific file to the appropriate allow-list.
See _CompileContext.isDevToolsEnabled
for implementation details.
Implementation
bool get isDevToolsEnabled;