toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (channelPartnerCloudIdentityId != null)
        'channelPartnerCloudIdentityId': channelPartnerCloudIdentityId!,
      if (customerCloudIdentityId != null)
        'customerCloudIdentityId': customerCloudIdentityId!,
      if (customerName != null) 'customerName': customerName!,
      if (customerType != null) 'customerType': customerType!,
      if (existing != null) 'existing': existing!,
      if (owned != null) 'owned': owned!,
    };