copyWithWrapped method

Implementation

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