toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (acceptGcpTos != null) 'acceptGcpTos': acceptGcpTos!,
      if (additionalComments != null)
        'additionalComments': additionalComments!,
      if (confirmPartnerRequirements != null)
        'confirmPartnerRequirements': confirmPartnerRequirements!,
      if (demoUri != null) 'demoUri': demoUri!,
      if (hasDynamicSpecUri != null) 'hasDynamicSpecUri': hasDynamicSpecUri!,
      if (integrationTemplates != null)
        'integrationTemplates': integrationTemplates!,
      if (localSpecPath != null) 'localSpecPath': localSpecPath!,
      if (marketplaceProduct != null)
        'marketplaceProduct': marketplaceProduct!,
      if (marketplaceProductId != null)
        'marketplaceProductId': marketplaceProductId!,
      if (marketplaceProductProjectId != null)
        'marketplaceProductProjectId': marketplaceProductProjectId!,
      if (marketplaceProductUri != null)
        'marketplaceProductUri': marketplaceProductUri!,
      if (partner != null) 'partner': partner!,
      if (partnerConnectorDisplayName != null)
        'partnerConnectorDisplayName': partnerConnectorDisplayName!,
      if (publishRequestTime != null)
        'publishRequestTime': publishRequestTime!,
      if (targetApplication != null) 'targetApplication': targetApplication!,
      if (targetCustomerSegment != null)
        'targetCustomerSegment': targetCustomerSegment!,
      if (useCases != null) 'useCases': useCases!,
    };