kProfileMode top-level constant
bool
const kProfileMode
A constant that is true if the application was compiled in profile mode.
Implementation
const bool kProfileMode = bool.fromEnvironment('dart.vm.profile');