OpenDatabaseParams constructor

const OpenDatabaseParams(
  1. String filename,
  2. String? vfs,
  3. OpenMode mode,
  4. bool uri,
  5. bool? mutex,
)

Implementation

const OpenDatabaseParams(
    this.filename, this.vfs, this.mode, this.uri, this.mutex);