kIsDartNative top-level constant

bool const kIsDartNative

Whether running in a Dart native environment (i.e. the VM).

Implementation

const bool kIsDartNative = !kIsWeb && !kIsFlutter;