GoogleFirebaseExtensionsV1betaExtensionSource constructor

GoogleFirebaseExtensionsV1betaExtensionSource({
  1. String? extensionRoot,
  2. String? fetchTime,
  3. String? hash,
  4. String? lastOperationName,
  5. String? name,
  6. String? packageUri,
  7. GoogleFirebaseExtensionsV1betaExtensionSpec? spec,
  8. String? state,
})

Implementation

GoogleFirebaseExtensionsV1betaExtensionSource({
  this.extensionRoot,
  this.fetchTime,
  this.hash,
  this.lastOperationName,
  this.name,
  this.packageUri,
  this.spec,
  this.state,
});