toJson method

Map<String, dynamic> toJson()

Implementation

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