SqliteAtAccessLog constructor
SqliteAtAccessLog(
- SqliteDatabase _db, {
- int compactionPercentage = 30,
Implementation
SqliteAtAccessLog(this._db, {this.compactionPercentage = 30});