sqliteInMemory constant
String
const sqliteInMemory
Use this value for the directory parameter to create an in-memory
database.
Implementation
static const String sqliteInMemory = ':memory:';
Use this value for the directory parameter to create an in-memory
database.
static const String sqliteInMemory = ':memory:';