toMap method

dynamic toMap()

Implementation

dynamic toMap() {
  return {
    "organizationName": organizationName,
    "streetAndNumber": streetAndNumber,
    "city": city,
    "region": region,
    "postalCode": postalCode,
    "country": country,
    "title": title,
    "givenName": givenName,
    "familyName": familyName,
    "email": email,
    "phone": phone
  };
}