DataStoreConnectorConfig constructor

DataStoreConnectorConfig({
  1. String? collection,
  2. String? collectionDisplayName,
  3. String? dataSource,
})

Implementation

DataStoreConnectorConfig({
  this.collection,
  this.collectionDisplayName,
  this.dataSource,
});