EnterpriseAccount.fromJson constructor
EnterpriseAccount.fromJson(
- Map json_
Implementation
EnterpriseAccount.fromJson(core.Map json_)
: this(
accountEmail: json_['accountEmail'] as core.String?,
);