AppDb constructor

AppDb({
  1. String? dbName,
})

Implementation

AppDb({String? dbName}) : super(_openConnection(dbName));