SqliteAtAccessLog constructor

SqliteAtAccessLog(
  1. SqliteDatabase _db, {
  2. int compactionPercentage = 30,
})

Implementation

SqliteAtAccessLog(this._db, {this.compactionPercentage = 30});