Collection constructor
Collection(
- String name,
- Repository repository,
- int dimension,
- Metric metric,
Implementation
Collection(this.name, this.repository, this.dimension, this.metric);