PlexCollection constructor

PlexCollection(
  1. String name,
  2. Database _database
)

Implementation

PlexCollection(this.name, this._database) : _collection = intMapStoreFactory.store(name);