kSqfliteIsWeb top-level constant

bool const kSqfliteIsWeb

Special runtime trick to known whether we are in the javascript world

Implementation

const kSqfliteIsWeb = identical(1, 1.0);