BoxCollection constructor

BoxCollection(
  1. Database _db,
  2. Set<String> boxNames
)

Implementation

BoxCollection(this._db, this.boxNames);