copyWithWrapped method

WebApiModulesUtilitiesQuikActivityQuikActivity copyWithWrapped({
  1. Wrapped<int?>? activityId,
  2. Wrapped<String?>? activityDate,
  3. Wrapped<String?>? activityTime,
  4. Wrapped<String?>? activityTypeId,
  5. Wrapped<String?>? activityTypeDescription,
  6. Wrapped<String?>? activityTypeColor,
  7. Wrapped<String?>? activityTypeTextColor,
  8. Wrapped<int?>? activityStatusId,
  9. Wrapped<String?>? activityStatus,
  10. Wrapped<String?>? activityStatusColor,
  11. Wrapped<String?>? activityStatusTextColor,
  12. Wrapped<String?>? orderId,
  13. Wrapped<String?>? orderNumber,
  14. Wrapped<String?>? orderType,
  15. Wrapped<String?>? orderTypeController,
  16. Wrapped<String?>? orderDescription,
  17. Wrapped<String?>? orderLocation,
  18. Wrapped<String?>? agentId,
  19. Wrapped<String?>? agent,
  20. Wrapped<String?>? dealId,
  21. Wrapped<String?>? deal,
  22. Wrapped<String?>? vendorId,
  23. Wrapped<String?>? vendor,
  24. Wrapped<String?>? inventoryId,
  25. Wrapped<String?>? iCode,
  26. Wrapped<String?>? description,
  27. Wrapped<int?>? totalQuantity,
  28. Wrapped<int?>? remainingQuantity,
  29. Wrapped<int?>? completeQuantity,
  30. Wrapped<double?>? completePercent,
  31. Wrapped<String?>? assignedToUserId,
  32. Wrapped<String?>? assignedToUserName,
  33. Wrapped<String?>? auditNote,
  34. Wrapped<String?>? recordTitle,
  35. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  36. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  37. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  38. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesUtilitiesQuikActivityQuikActivity copyWithWrapped(
    {Wrapped<int?>? activityId,
    Wrapped<String?>? activityDate,
    Wrapped<String?>? activityTime,
    Wrapped<String?>? activityTypeId,
    Wrapped<String?>? activityTypeDescription,
    Wrapped<String?>? activityTypeColor,
    Wrapped<String?>? activityTypeTextColor,
    Wrapped<int?>? activityStatusId,
    Wrapped<String?>? activityStatus,
    Wrapped<String?>? activityStatusColor,
    Wrapped<String?>? activityStatusTextColor,
    Wrapped<String?>? orderId,
    Wrapped<String?>? orderNumber,
    Wrapped<String?>? orderType,
    Wrapped<String?>? orderTypeController,
    Wrapped<String?>? orderDescription,
    Wrapped<String?>? orderLocation,
    Wrapped<String?>? agentId,
    Wrapped<String?>? agent,
    Wrapped<String?>? dealId,
    Wrapped<String?>? deal,
    Wrapped<String?>? vendorId,
    Wrapped<String?>? vendor,
    Wrapped<String?>? inventoryId,
    Wrapped<String?>? iCode,
    Wrapped<String?>? description,
    Wrapped<int?>? totalQuantity,
    Wrapped<int?>? remainingQuantity,
    Wrapped<int?>? completeQuantity,
    Wrapped<double?>? completePercent,
    Wrapped<String?>? assignedToUserId,
    Wrapped<String?>? assignedToUserName,
    Wrapped<String?>? auditNote,
    Wrapped<String?>? recordTitle,
    Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
        fields,
    Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
    Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
    Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesUtilitiesQuikActivityQuikActivity(
      activityId: (activityId != null ? activityId.value : this.activityId),
      activityDate:
          (activityDate != null ? activityDate.value : this.activityDate),
      activityTime:
          (activityTime != null ? activityTime.value : this.activityTime),
      activityTypeId: (activityTypeId != null
          ? activityTypeId.value
          : this.activityTypeId),
      activityTypeDescription: (activityTypeDescription != null
          ? activityTypeDescription.value
          : this.activityTypeDescription),
      activityTypeColor: (activityTypeColor != null
          ? activityTypeColor.value
          : this.activityTypeColor),
      activityTypeTextColor: (activityTypeTextColor != null
          ? activityTypeTextColor.value
          : this.activityTypeTextColor),
      activityStatusId: (activityStatusId != null
          ? activityStatusId.value
          : this.activityStatusId),
      activityStatus: (activityStatus != null
          ? activityStatus.value
          : this.activityStatus),
      activityStatusColor: (activityStatusColor != null
          ? activityStatusColor.value
          : this.activityStatusColor),
      activityStatusTextColor: (activityStatusTextColor != null
          ? activityStatusTextColor.value
          : this.activityStatusTextColor),
      orderId: (orderId != null ? orderId.value : this.orderId),
      orderNumber:
          (orderNumber != null ? orderNumber.value : this.orderNumber),
      orderType: (orderType != null ? orderType.value : this.orderType),
      orderTypeController: (orderTypeController != null
          ? orderTypeController.value
          : this.orderTypeController),
      orderDescription: (orderDescription != null
          ? orderDescription.value
          : this.orderDescription),
      orderLocation:
          (orderLocation != null ? orderLocation.value : this.orderLocation),
      agentId: (agentId != null ? agentId.value : this.agentId),
      agent: (agent != null ? agent.value : this.agent),
      dealId: (dealId != null ? dealId.value : this.dealId),
      deal: (deal != null ? deal.value : this.deal),
      vendorId: (vendorId != null ? vendorId.value : this.vendorId),
      vendor: (vendor != null ? vendor.value : this.vendor),
      inventoryId:
          (inventoryId != null ? inventoryId.value : this.inventoryId),
      iCode: (iCode != null ? iCode.value : this.iCode),
      description:
          (description != null ? description.value : this.description),
      totalQuantity:
          (totalQuantity != null ? totalQuantity.value : this.totalQuantity),
      remainingQuantity: (remainingQuantity != null
          ? remainingQuantity.value
          : this.remainingQuantity),
      completeQuantity: (completeQuantity != null
          ? completeQuantity.value
          : this.completeQuantity),
      completePercent: (completePercent != null
          ? completePercent.value
          : this.completePercent),
      assignedToUserId: (assignedToUserId != null
          ? assignedToUserId.value
          : this.assignedToUserId),
      assignedToUserName: (assignedToUserName != null
          ? assignedToUserName.value
          : this.assignedToUserName),
      auditNote: (auditNote != null ? auditNote.value : this.auditNote),
      recordTitle:
          (recordTitle != null ? recordTitle.value : this.recordTitle),
      fields: (fields != null ? fields.value : this.fields),
      custom: (custom != null ? custom.value : this.custom),
      defaultFieldAttributes: (defaultFieldAttributes != null
          ? defaultFieldAttributes.value
          : this.defaultFieldAttributes),
      translation:
          (translation != null ? translation.value : this.translation));
}