kIsDartNative top-level constant
bool
const kIsDartNative
Whether running in a Dart native environment (i.e. the VM).
Implementation
const bool kIsDartNative = !kIsWeb && !kIsFlutter;
Whether running in a Dart native environment (i.e. the VM).
const bool kIsDartNative = !kIsWeb && !kIsFlutter;