GoogleFirebaseExtensionsV1betaEventDescriptor constructor

GoogleFirebaseExtensionsV1betaEventDescriptor({
  1. String? description,
  2. String? type,
})

Implementation

GoogleFirebaseExtensionsV1betaEventDescriptor({
  this.description,
  this.type,
});