GoogleFirestoreAdminV1VectorConfig constructor

GoogleFirestoreAdminV1VectorConfig({
  1. int? dimension,
  2. GoogleFirestoreAdminV1FlatIndex? flat,
})

Implementation

GoogleFirestoreAdminV1VectorConfig({
  this.dimension,
  this.flat,
});