AccountGoogleMyBusinessLink constructor

AccountGoogleMyBusinessLink({
  1. String? gmbAccountId,
  2. String? gmbEmail,
  3. String? status,
})

Implementation

AccountGoogleMyBusinessLink({
  this.gmbAccountId,
  this.gmbEmail,
  this.status,
});