isSqlite<T extends SqlType> static method

bool isSqlite<T extends SqlType>()

Implementation

static bool isSqlite<T extends SqlType>() {
  return db<T>() == DBType.sqlite;
}