EnterpriseAccount constructor

EnterpriseAccount({
  1. String? accountEmail,
})

Implementation

EnterpriseAccount({
  this.accountEmail,
});