DatabaseWriter constructor

DatabaseWriter(
  1. Database db,
  2. Scope scope
)

Implementation

DatabaseWriter(this.db, this.scope);