CollectionPropertiesResult constructor

const CollectionPropertiesResult({
  1. required CollectionInfo collectionInfo,
  2. required int writeConcern,
  3. required bool waitForSync,
  4. String? tempObjectId,
  5. required bool cacheEnabled,
  6. required bool isSmartChild,
  7. String? objectId,
  8. String? schema,
  9. required KeyOptions keyOptions,
  10. required bool? isDisjoint,
  11. required String statusString,
})

Implementation

const CollectionPropertiesResult({
  required this.collectionInfo,
  required this.writeConcern,
  required this.waitForSync,
  this.tempObjectId,
  required this.cacheEnabled,
  required this.isSmartChild,
  this.objectId,
  this.schema,
  required this.keyOptions,
  required this.isDisjoint,
  required this.statusString,
});