OrganizationInfo constructor
OrganizationInfo({
- PostalAddress? address,
- String? phoneNumber,
- String? registeredDomain,
Implementation
OrganizationInfo({this.address, this.phoneNumber, this.registeredDomain});