GoogleFirestoreAdminV1beta1IndexField constructor

GoogleFirestoreAdminV1beta1IndexField({
  1. String? fieldPath,
  2. String? mode,
})

Implementation

GoogleFirestoreAdminV1beta1IndexField({
  this.fieldPath,
  this.mode,
});