CollectionModel constructor

const CollectionModel(
  1. String path, {
  2. ConverterBase converter = const DefaultConverter(),
  3. String? linkedPath,
  4. bool enableCollectionCount = false,
})

Implementation

const CollectionModel(
  this.path, {
  this.converter = const DefaultConverter(),
  this.linkedPath,
  this.enableCollectionCount = false,
});