SqliteOpenOptions constructor
const
SqliteOpenOptions({})
Implementation
const SqliteOpenOptions(
{required this.primaryConnection,
required this.readOnly,
this.mutex,
this.debugName,
this.updates});