PrimaryAdmin constructor

PrimaryAdmin({
  1. String? primaryEmail,
})

Implementation

PrimaryAdmin({
  this.primaryEmail,
});