SubscribeWithGoogleInfo constructor

SubscribeWithGoogleInfo({
  1. String? emailAddress,
  2. String? familyName,
  3. String? givenName,
  4. String? profileId,
  5. String? profileName,
})

Implementation

SubscribeWithGoogleInfo({
  this.emailAddress,
  this.familyName,
  this.givenName,
  this.profileId,
  this.profileName,
});