copyWithWrapped method

WebApiModulesInventoryAssetCertificationAssetCertification copyWithWrapped({
  1. Wrapped<int?>? assetCertificationId,
  2. Wrapped<String?>? inventoryCertificationId,
  3. Wrapped<String?>? inventoryCertification,
  4. Wrapped<String?>? rentalItemId,
  5. Wrapped<String?>? certificationDate,
  6. Wrapped<String?>? expirationDate,
  7. Wrapped<String?>? usersId,
  8. Wrapped<String?>? userName,
  9. Wrapped<String?>? json,
  10. Wrapped<String?>? html,
  11. Wrapped<String?>? barCode,
  12. Wrapped<String?>? serialNumber,
  13. Wrapped<String?>? rfId,
  14. Wrapped<String?>? inventoryId,
  15. Wrapped<String?>? iCode,
  16. Wrapped<String?>? description,
  17. Wrapped<String?>? auditNote,
  18. Wrapped<String?>? recordTitle,
  19. Wrapped? urlIdentifier,
  20. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  21. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  22. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  23. Wrapped<FwStandardBusinessLogicFwBusinessLogic?>? original,
  24. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
  25. Wrapped<bool?>? hasImport,
  26. Wrapped<bool?>? hasDocuments,
  27. Wrapped<String?>? createdByUserId,
  28. Wrapped<String?>? createdByUserName,
  29. Wrapped<String?>? createdDateTime,
  30. Wrapped<String?>? modifiedByUserId,
  31. Wrapped<String?>? modifiedByUserName,
  32. Wrapped<String?>? modifiedDateTime,
})

Implementation

WebApiModulesInventoryAssetCertificationAssetCertification copyWithWrapped({
  Wrapped<int?>? assetCertificationId,
  Wrapped<String?>? inventoryCertificationId,
  Wrapped<String?>? inventoryCertification,
  Wrapped<String?>? rentalItemId,
  Wrapped<String?>? certificationDate,
  Wrapped<String?>? expirationDate,
  Wrapped<String?>? usersId,
  Wrapped<String?>? userName,
  Wrapped<String?>? json,
  Wrapped<String?>? html,
  Wrapped<String?>? barCode,
  Wrapped<String?>? serialNumber,
  Wrapped<String?>? rfId,
  Wrapped<String?>? inventoryId,
  Wrapped<String?>? iCode,
  Wrapped<String?>? description,
  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 WebApiModulesInventoryAssetCertificationAssetCertification(
    assetCertificationId: (assetCertificationId != null
        ? assetCertificationId.value
        : this.assetCertificationId),
    inventoryCertificationId: (inventoryCertificationId != null
        ? inventoryCertificationId.value
        : this.inventoryCertificationId),
    inventoryCertification: (inventoryCertification != null
        ? inventoryCertification.value
        : this.inventoryCertification),
    rentalItemId: (rentalItemId != null
        ? rentalItemId.value
        : this.rentalItemId),
    certificationDate: (certificationDate != null
        ? certificationDate.value
        : this.certificationDate),
    expirationDate: (expirationDate != null
        ? expirationDate.value
        : this.expirationDate),
    usersId: (usersId != null ? usersId.value : this.usersId),
    userName: (userName != null ? userName.value : this.userName),
    json: (json != null ? json.value : this.json),
    html: (html != null ? html.value : this.html),
    barCode: (barCode != null ? barCode.value : this.barCode),
    serialNumber: (serialNumber != null
        ? serialNumber.value
        : this.serialNumber),
    rfId: (rfId != null ? rfId.value : this.rfId),
    inventoryId: (inventoryId != null ? inventoryId.value : this.inventoryId),
    iCode: (iCode != null ? iCode.value : this.iCode),
    description: (description != null ? description.value : this.description),
    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),
  );
}