copyWithWrapped method

WebApiModulesSettingsLaborSettingsCrewCrew copyWithWrapped({
  1. Wrapped<String?>? crewId,
  2. Wrapped<String?>? userId,
  3. Wrapped<bool?>? isUser,
  4. Wrapped<String?>? salutation,
  5. Wrapped<String?>? nameFirstMiddleLast,
  6. Wrapped<String?>? person,
  7. Wrapped<String?>? lastName,
  8. Wrapped<String?>? firstName,
  9. Wrapped<String?>? address1,
  10. Wrapped<String?>? address2,
  11. Wrapped<String?>? city,
  12. Wrapped<String?>? state,
  13. Wrapped<String?>? countryId,
  14. Wrapped<String?>? country,
  15. Wrapped<String?>? countryCodeIsoAlpha2,
  16. Wrapped<int?>? countryCodePhone,
  17. Wrapped<String?>? zipCode,
  18. Wrapped<String?>? middleInitial,
  19. Wrapped<String?>? location,
  20. Wrapped<String?>? position,
  21. Wrapped<String?>? officePhone,
  22. Wrapped<String?>? officeExtension,
  23. Wrapped<String?>? directPhone,
  24. Wrapped<String?>? directExtension,
  25. Wrapped<String?>? fax,
  26. Wrapped<String?>? faxExtension,
  27. Wrapped<String?>? pager,
  28. Wrapped<String?>? pagerPin,
  29. Wrapped<String?>? mobilePhone,
  30. Wrapped<String?>? homePhone,
  31. Wrapped<String?>? email,
  32. Wrapped<String?>? contactTitleId,
  33. Wrapped<String?>? contactTitle,
  34. Wrapped<String?>? activeDate,
  35. Wrapped<String?>? inactiveDate,
  36. Wrapped<bool?>? contractEmployee,
  37. Wrapped<bool?>? inactive,
  38. Wrapped<String?>? webUserId,
  39. Wrapped<bool?>? webAccess,
  40. Wrapped<bool?>? lockAccount,
  41. Wrapped<String?>? webPassword,
  42. Wrapped<bool?>? expirePassword,
  43. Wrapped<int?>? expireDays,
  44. Wrapped<bool?>? webAdministrator,
  45. Wrapped<bool?>? changePasswordAtNextLogin,
  46. Wrapped<String?>? passwordLastUpdated,
  47. Wrapped<String?>? dateStamp,
  48. Wrapped<String?>? auditNote,
  49. Wrapped<String?>? recordTitle,
  50. Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>? fields,
  51. Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
  52. Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
  53. Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation,
})

Implementation

WebApiModulesSettingsLaborSettingsCrewCrew copyWithWrapped(
    {Wrapped<String?>? crewId,
    Wrapped<String?>? userId,
    Wrapped<bool?>? isUser,
    Wrapped<String?>? salutation,
    Wrapped<String?>? nameFirstMiddleLast,
    Wrapped<String?>? person,
    Wrapped<String?>? lastName,
    Wrapped<String?>? firstName,
    Wrapped<String?>? address1,
    Wrapped<String?>? address2,
    Wrapped<String?>? city,
    Wrapped<String?>? state,
    Wrapped<String?>? countryId,
    Wrapped<String?>? country,
    Wrapped<String?>? countryCodeIsoAlpha2,
    Wrapped<int?>? countryCodePhone,
    Wrapped<String?>? zipCode,
    Wrapped<String?>? middleInitial,
    Wrapped<String?>? location,
    Wrapped<String?>? position,
    Wrapped<String?>? officePhone,
    Wrapped<String?>? officeExtension,
    Wrapped<String?>? directPhone,
    Wrapped<String?>? directExtension,
    Wrapped<String?>? fax,
    Wrapped<String?>? faxExtension,
    Wrapped<String?>? pager,
    Wrapped<String?>? pagerPin,
    Wrapped<String?>? mobilePhone,
    Wrapped<String?>? homePhone,
    Wrapped<String?>? email,
    Wrapped<String?>? contactTitleId,
    Wrapped<String?>? contactTitle,
    Wrapped<String?>? activeDate,
    Wrapped<String?>? inactiveDate,
    Wrapped<bool?>? contractEmployee,
    Wrapped<bool?>? inactive,
    Wrapped<String?>? webUserId,
    Wrapped<bool?>? webAccess,
    Wrapped<bool?>? lockAccount,
    Wrapped<String?>? webPassword,
    Wrapped<bool?>? expirePassword,
    Wrapped<int?>? expireDays,
    Wrapped<bool?>? webAdministrator,
    Wrapped<bool?>? changePasswordAtNextLogin,
    Wrapped<String?>? passwordLastUpdated,
    Wrapped<String?>? dateStamp,
    Wrapped<String?>? auditNote,
    Wrapped<String?>? recordTitle,
    Wrapped<List<FwStandardBusinessLogicFwBusinessLogicFieldDefinition>?>?
        fields,
    Wrapped<List<FwStandardDataFwCustomValue>?>? custom,
    Wrapped<List<FwStandardDataFwDefaultAttribute>?>? defaultFieldAttributes,
    Wrapped<List<FwStandardDataFwTranslatedValue>?>? translation}) {
  return WebApiModulesSettingsLaborSettingsCrewCrew(
      crewId: (crewId != null ? crewId.value : this.crewId),
      userId: (userId != null ? userId.value : this.userId),
      isUser: (isUser != null ? isUser.value : this.isUser),
      salutation: (salutation != null ? salutation.value : this.salutation),
      nameFirstMiddleLast: (nameFirstMiddleLast != null
          ? nameFirstMiddleLast.value
          : this.nameFirstMiddleLast),
      person: (person != null ? person.value : this.person),
      lastName: (lastName != null ? lastName.value : this.lastName),
      firstName: (firstName != null ? firstName.value : this.firstName),
      address1: (address1 != null ? address1.value : this.address1),
      address2: (address2 != null ? address2.value : this.address2),
      city: (city != null ? city.value : this.city),
      state: (state != null ? state.value : this.state),
      countryId: (countryId != null ? countryId.value : this.countryId),
      country: (country != null ? country.value : this.country),
      countryCodeIsoAlpha2: (countryCodeIsoAlpha2 != null
          ? countryCodeIsoAlpha2.value
          : this.countryCodeIsoAlpha2),
      countryCodePhone: (countryCodePhone != null
          ? countryCodePhone.value
          : this.countryCodePhone),
      zipCode: (zipCode != null ? zipCode.value : this.zipCode),
      middleInitial:
          (middleInitial != null ? middleInitial.value : this.middleInitial),
      location: (location != null ? location.value : this.location),
      position: (position != null ? position.value : this.position),
      officePhone:
          (officePhone != null ? officePhone.value : this.officePhone),
      officeExtension: (officeExtension != null
          ? officeExtension.value
          : this.officeExtension),
      directPhone:
          (directPhone != null ? directPhone.value : this.directPhone),
      directExtension: (directExtension != null
          ? directExtension.value
          : this.directExtension),
      fax: (fax != null ? fax.value : this.fax),
      faxExtension:
          (faxExtension != null ? faxExtension.value : this.faxExtension),
      pager: (pager != null ? pager.value : this.pager),
      pagerPin: (pagerPin != null ? pagerPin.value : this.pagerPin),
      mobilePhone:
          (mobilePhone != null ? mobilePhone.value : this.mobilePhone),
      homePhone: (homePhone != null ? homePhone.value : this.homePhone),
      email: (email != null ? email.value : this.email),
      contactTitleId: (contactTitleId != null
          ? contactTitleId.value
          : this.contactTitleId),
      contactTitle:
          (contactTitle != null ? contactTitle.value : this.contactTitle),
      activeDate: (activeDate != null ? activeDate.value : this.activeDate),
      inactiveDate:
          (inactiveDate != null ? inactiveDate.value : this.inactiveDate),
      contractEmployee: (contractEmployee != null
          ? contractEmployee.value
          : this.contractEmployee),
      inactive: (inactive != null ? inactive.value : this.inactive),
      webUserId: (webUserId != null ? webUserId.value : this.webUserId),
      webAccess: (webAccess != null ? webAccess.value : this.webAccess),
      lockAccount:
          (lockAccount != null ? lockAccount.value : this.lockAccount),
      webPassword:
          (webPassword != null ? webPassword.value : this.webPassword),
      expirePassword: (expirePassword != null
          ? expirePassword.value
          : this.expirePassword),
      expireDays: (expireDays != null ? expireDays.value : this.expireDays),
      webAdministrator: (webAdministrator != null
          ? webAdministrator.value
          : this.webAdministrator),
      changePasswordAtNextLogin: (changePasswordAtNextLogin != null
          ? changePasswordAtNextLogin.value
          : this.changePasswordAtNextLogin),
      passwordLastUpdated: (passwordLastUpdated != null
          ? passwordLastUpdated.value
          : this.passwordLastUpdated),
      dateStamp: (dateStamp != null ? dateStamp.value : this.dateStamp),
      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));
}