toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (alternateEmail != null) 'alternateEmail': alternateEmail!,
      if (channelPartnerId != null) 'channelPartnerId': channelPartnerId!,
      if (cloudIdentityId != null) 'cloudIdentityId': cloudIdentityId!,
      if (cloudIdentityInfo != null) 'cloudIdentityInfo': cloudIdentityInfo!,
      if (correlationId != null) 'correlationId': correlationId!,
      if (createTime != null) 'createTime': createTime!,
      if (domain != null) 'domain': domain!,
      if (languageCode != null) 'languageCode': languageCode!,
      if (name != null) 'name': name!,
      if (orgDisplayName != null) 'orgDisplayName': orgDisplayName!,
      if (orgPostalAddress != null) 'orgPostalAddress': orgPostalAddress!,
      if (primaryContactInfo != null)
        'primaryContactInfo': primaryContactInfo!,
      if (updateTime != null) 'updateTime': updateTime!,
    };