GeopackageDb constructor

GeopackageDb(
  1. String? _dbPath
)

Implementation

GeopackageDb(this._dbPath) {
  _sqliteDb = SqliteDb(_dbPath);
}