SQLite constructor

SQLite(
  1. String file,
  2. Scheme scheme
)

Implementation

SQLite(String file, this.scheme) : filename = file;