GoogleDatastoreAdminV1IndexedProperty constructor

GoogleDatastoreAdminV1IndexedProperty({
  1. String? direction,
  2. String? name,
})

Implementation

GoogleDatastoreAdminV1IndexedProperty({
  this.direction,
  this.name,
});