BoxCollection constructor

BoxCollection(
  1. String name,
  2. Map<String, StorageBackend> _backends
)

Implementation

BoxCollection(this.name, this._backends);