Index constructor

Index({
  1. required String collectionGroup,
  2. required List<IndexField> fields,
  3. required QueryScope queryScope,
})

Implementation

Index({
  required this.collectionGroup,
  required this.fields,
  required this.queryScope,
});