copyWithWrapped method

Implementation

MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic
    copyWithWrapped(
        {Wrapped<MicrosoftAspNetCoreMvcActionResult?>? result,
        Wrapped<WebApiModulesSettingsDepartmentLocationDepartmentLocation?>?
            value}) {
  return MicrosoftAspNetCoreMvcActionResultWebApiModulesSettingsDepartmentLocationDepartmentLocationLogic(
      result: (result != null ? result.value : this.result),
      value: (value != null ? value.value : this.value));
}