Collection constructor

Collection(
  1. String name,
  2. Repository repository,
  3. int dimension,
  4. Metric metric,
)

Implementation

Collection(this.name, this.repository, this.dimension, this.metric);