copyWithWrapped method

WebApiModulesSettingsSourceSettingsSourceSource copyWithWrapped({
  1. Wrapped<String?>? sourceId,
  2. Wrapped<String?>? source,
  3. Wrapped<String?>? sourceType,
  4. Wrapped<String?>? description,
  5. Wrapped<String?>? path,
  6. Wrapped<String?>? fileName,
  7. Wrapped<String?>? ftpHost,
  8. Wrapped<int?>? ftpPort,
  9. Wrapped<String?>? ftpUserName,
  10. Wrapped<String?>? ftpPassword,
  11. Wrapped<String?>? ftpPath,
  12. Wrapped<String?>? ftpFileName,
  13. Wrapped<bool?>? ftpArchive,
  14. Wrapped<String?>? ftpArchivePath,
  15. Wrapped<bool?>? ftpSsl,
  16. Wrapped<String?>? temporaryFtpFileName,
  17. Wrapped<bool?>? inactive,
  18. Wrapped<bool?>? systemSource,
  19. Wrapped<String?>? temporarySoapPath,
  20. Wrapped<String?>? webServiceUserName,
  21. Wrapped<String?>? webServicePassword,
  22. Wrapped<bool?>? useProxy,
  23. Wrapped<String?>? proxy,
  24. Wrapped<int?>? proxyPort,
  25. Wrapped<String?>? proxyUserName,
  26. Wrapped<String?>? proxyPassword,
  27. Wrapped<String?>? dateStamp,
  28. Wrapped<String?>? auditNote,
  29. Wrapped<String?>? recordTitle,
  30. Wrapped? urlIdentifier,
  31. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  32. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  33. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  34. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  35. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  36. Wrapped<bool?>? hasImport,
  37. Wrapped<bool?>? hasDocuments,
  38. Wrapped<String?>? createdByUserId,
  39. Wrapped<String?>? createdByUserName,
  40. Wrapped<String?>? createdDateTime,
  41. Wrapped<String?>? modifiedByUserId,
  42. Wrapped<String?>? modifiedByUserName,
  43. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesSettingsSourceSettingsSourceSource copyWithWrapped({
  Wrapped<String?>? sourceId,
  Wrapped<String?>? source,
  Wrapped<String?>? sourceType,
  Wrapped<String?>? description,
  Wrapped<String?>? path,
  Wrapped<String?>? fileName,
  Wrapped<String?>? ftpHost,
  Wrapped<int?>? ftpPort,
  Wrapped<String?>? ftpUserName,
  Wrapped<String?>? ftpPassword,
  Wrapped<String?>? ftpPath,
  Wrapped<String?>? ftpFileName,
  Wrapped<bool?>? ftpArchive,
  Wrapped<String?>? ftpArchivePath,
  Wrapped<bool?>? ftpSsl,
  Wrapped<String?>? temporaryFtpFileName,
  Wrapped<bool?>? inactive,
  Wrapped<bool?>? systemSource,
  Wrapped<String?>? temporarySoapPath,
  Wrapped<String?>? webServiceUserName,
  Wrapped<String?>? webServicePassword,
  Wrapped<bool?>? useProxy,
  Wrapped<String?>? proxy,
  Wrapped<int?>? proxyPort,
  Wrapped<String?>? proxyUserName,
  Wrapped<String?>? proxyPassword,
  Wrapped<String?>? dateStamp,
  Wrapped<String?>? auditNote,
  Wrapped<String?>? recordTitle,
  Wrapped<dynamic>? urlIdentifier,
  Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
  fields,
  Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  Wrapped<bool?>? hasImport,
  Wrapped<bool?>? hasDocuments,
  Wrapped<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  return WebApiModulesSettingsSourceSettingsSourceSource(
    sourceId: (sourceId != null ? sourceId.value : this.sourceId),
    source: (source != null ? source.value : this.source),
    sourceType: (sourceType != null ? sourceType.value : this.sourceType),
    description: (description != null ? description.value : this.description),
    path: (path != null ? path.value : this.path),
    fileName: (fileName != null ? fileName.value : this.fileName),
    ftpHost: (ftpHost != null ? ftpHost.value : this.ftpHost),
    ftpPort: (ftpPort != null ? ftpPort.value : this.ftpPort),
    ftpUserName: (ftpUserName != null ? ftpUserName.value : this.ftpUserName),
    ftpPassword: (ftpPassword != null ? ftpPassword.value : this.ftpPassword),
    ftpPath: (ftpPath != null ? ftpPath.value : this.ftpPath),
    ftpFileName: (ftpFileName != null ? ftpFileName.value : this.ftpFileName),
    ftpArchive: (ftpArchive != null ? ftpArchive.value : this.ftpArchive),
    ftpArchivePath: (ftpArchivePath != null
        ? ftpArchivePath.value
        : this.ftpArchivePath),
    ftpSsl: (ftpSsl != null ? ftpSsl.value : this.ftpSsl),
    temporaryFtpFileName: (temporaryFtpFileName != null
        ? temporaryFtpFileName.value
        : this.temporaryFtpFileName),
    inactive: (inactive != null ? inactive.value : this.inactive),
    systemSource: (systemSource != null
        ? systemSource.value
        : this.systemSource),
    temporarySoapPath: (temporarySoapPath != null
        ? temporarySoapPath.value
        : this.temporarySoapPath),
    webServiceUserName: (webServiceUserName != null
        ? webServiceUserName.value
        : this.webServiceUserName),
    webServicePassword: (webServicePassword != null
        ? webServicePassword.value
        : this.webServicePassword),
    useProxy: (useProxy != null ? useProxy.value : this.useProxy),
    proxy: (proxy != null ? proxy.value : this.proxy),
    proxyPort: (proxyPort != null ? proxyPort.value : this.proxyPort),
    proxyUserName: (proxyUserName != null
        ? proxyUserName.value
        : this.proxyUserName),
    proxyPassword: (proxyPassword != null
        ? proxyPassword.value
        : this.proxyPassword),
    dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
    auditNote: (auditNote != null ? auditNote.value : this.auditNote),
    recordTitle: (recordTitle != null ? recordTitle.value : this.recordTitle),
    urlIdentifier: (urlIdentifier != null
        ? urlIdentifier.value
        : this.urlIdentifier),
    fields: (fields != null ? fields.value : this.fields),
    custom: (custom != null ? custom.value : this.custom),
    defaultFieldAttributes: (defaultFieldAttributes != null
        ? defaultFieldAttributes.value
        : this.defaultFieldAttributes),
    original: (original != null ? original.value : this.original),
    translation: (translation != null ? translation.value : this.translation),
    hasImport: (hasImport != null ? hasImport.value : this.hasImport),
    hasDocuments: (hasDocuments != null
        ? hasDocuments.value
        : this.hasDocuments),
    createdByUserId: (createdByUserId != null
        ? createdByUserId.value
        : this.createdByUserId),
    createdByUserName: (createdByUserName != null
        ? createdByUserName.value
        : this.createdByUserName),
    createdDateTime: (createdDateTime != null
        ? createdDateTime.value
        : this.createdDateTime),
    modifiedByUserId: (modifiedByUserId != null
        ? modifiedByUserId.value
        : this.modifiedByUserId),
    modifiedByUserName: (modifiedByUserName != null
        ? modifiedByUserName.value
        : this.modifiedByUserName),
    modifiedDateTime: (modifiedDateTime != null
        ? modifiedDateTime.value
        : this.modifiedDateTime),
  );
}