GoogleFirestoreAdminV1SearchIndexOptions constructor

GoogleFirestoreAdminV1SearchIndexOptions({
  1. String? textLanguage,
  2. String? textLanguageOverrideFieldPath,
})

Implementation

GoogleFirestoreAdminV1SearchIndexOptions({
  this.textLanguage,
  this.textLanguageOverrideFieldPath,
});