SQLite constructor

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

Implementation

SQLite(this.filename, this.scheme);