PlexDbConfig constructor

PlexDbConfig(
  1. String dbName, {
  2. bool encrypted = false,
})

Implementation

PlexDbConfig(this.dbName, {this.encrypted = false});