kProfileMode top-level constant
bool
const kProfileMode
Whether running in profile mode.
Implementation
const bool kProfileMode = bool.fromEnvironment('dart.vm.profile');
Whether running in profile mode.
const bool kProfileMode = bool.fromEnvironment('dart.vm.profile');