copyWithWrapped method

Implementation

WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerRepositionAsyncRequest
copyWithWrapped({Wrapped<String?>? appImageId, Wrapped<int?>? orderBy}) {
  return WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerRepositionAsyncRequest(
    appImageId: (appImageId != null ? appImageId.value : this.appImageId),
    orderBy: (orderBy != null ? orderBy.value : this.orderBy),
  );
}