GoogleFirebaseExtensionsV1betaPublisherProfile constructor

GoogleFirebaseExtensionsV1betaPublisherProfile({
  1. String? displayName,
  2. String? name,
  3. String? publisherId,
  4. String? registerTime,
  5. String? websiteUri,
})

Implementation

GoogleFirebaseExtensionsV1betaPublisherProfile({
  this.displayName,
  this.name,
  this.publisherId,
  this.registerTime,
  this.websiteUri,
});