copyWithWrapped method

WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking copyWithWrapped({
  1. Wrapped<String?>? deliveryShipId,
  2. Wrapped<String?>? orderId,
  3. Wrapped<String?>? deliveryId,
  4. Wrapped<String?>? orderNumber,
  5. Wrapped<String?>? orderDate,
  6. Wrapped<String?>? orderDescription,
  7. Wrapped<String?>? status,
  8. Wrapped<String?>? statusDate,
  9. Wrapped<String?>? dealId,
  10. Wrapped<String?>? deal,
  11. Wrapped<String?>? dealNumber,
  12. Wrapped<String?>? trackingNumber,
  13. Wrapped<String?>? trackingNote,
  14. Wrapped<String?>? shippingVendorId,
  15. Wrapped<String?>? shippingVendor,
  16. Wrapped<String?>? carrierId,
  17. Wrapped<String?>? carrier,
  18. Wrapped<String?>? onlineOrderNumber,
  19. Wrapped<String?>? shipmentOrderNumber,
  20. Wrapped<String?>? dateStamp,
  21. Wrapped<String?>? auditNote,
  22. Wrapped<String?>? recordTitle,
  23. Wrapped? urlIdentifier,
  24. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  25. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  26. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  27. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  28. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  29. Wrapped<bool?>? hasImport,
  30. Wrapped<String?>? createdByUserId,
  31. Wrapped<String?>? createdByUserName,
  32. Wrapped<String?>? createdDateTime,
  33. Wrapped<String?>? modifiedByUserId,
  34. Wrapped<String?>? modifiedByUserName,
  35. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking copyWithWrapped({
  Wrapped<String?>? deliveryShipId,
  Wrapped<String?>? orderId,
  Wrapped<String?>? deliveryId,
  Wrapped<String?>? orderNumber,
  Wrapped<String?>? orderDate,
  Wrapped<String?>? orderDescription,
  Wrapped<String?>? status,
  Wrapped<String?>? statusDate,
  Wrapped<String?>? dealId,
  Wrapped<String?>? deal,
  Wrapped<String?>? dealNumber,
  Wrapped<String?>? trackingNumber,
  Wrapped<String?>? trackingNote,
  Wrapped<String?>? shippingVendorId,
  Wrapped<String?>? shippingVendor,
  Wrapped<String?>? carrierId,
  Wrapped<String?>? carrier,
  Wrapped<String?>? onlineOrderNumber,
  Wrapped<String?>? shipmentOrderNumber,
  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<String?>? createdByUserId,
  Wrapped<String?>? createdByUserName,
  Wrapped<String?>? createdDateTime,
  Wrapped<String?>? modifiedByUserId,
  Wrapped<String?>? modifiedByUserName,
  Wrapped<String?>? modifiedDateTime,
}) {
  return WebApiModulesUtilitiesOnlineOrderTrackingOnlineOrderTracking(
    deliveryShipId: (deliveryShipId != null
        ? deliveryShipId.value
        : this.deliveryShipId),
    orderId: (orderId != null ? orderId.value : this.orderId),
    deliveryId: (deliveryId != null ? deliveryId.value : this.deliveryId),
    orderNumber: (orderNumber != null ? orderNumber.value : this.orderNumber),
    orderDate: (orderDate != null ? orderDate.value : this.orderDate),
    orderDescription: (orderDescription != null
        ? orderDescription.value
        : this.orderDescription),
    status: (status != null ? status.value : this.status),
    statusDate: (statusDate != null ? statusDate.value : this.statusDate),
    dealId: (dealId != null ? dealId.value : this.dealId),
    deal: (deal != null ? deal.value : this.deal),
    dealNumber: (dealNumber != null ? dealNumber.value : this.dealNumber),
    trackingNumber: (trackingNumber != null
        ? trackingNumber.value
        : this.trackingNumber),
    trackingNote: (trackingNote != null
        ? trackingNote.value
        : this.trackingNote),
    shippingVendorId: (shippingVendorId != null
        ? shippingVendorId.value
        : this.shippingVendorId),
    shippingVendor: (shippingVendor != null
        ? shippingVendor.value
        : this.shippingVendor),
    carrierId: (carrierId != null ? carrierId.value : this.carrierId),
    carrier: (carrier != null ? carrier.value : this.carrier),
    onlineOrderNumber: (onlineOrderNumber != null
        ? onlineOrderNumber.value
        : this.onlineOrderNumber),
    shipmentOrderNumber: (shipmentOrderNumber != null
        ? shipmentOrderNumber.value
        : this.shipmentOrderNumber),
    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),
    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),
  );
}