copyWith method

Implementation

WebApiControllersSharedControlsAppImageAppImageControllerRepositionAsyncRequest
copyWith({String? appImageId, int? orderBy}) {
  return WebApiControllersSharedControlsAppImageAppImageControllerRepositionAsyncRequest(
    appImageId: appImageId ?? this.appImageId,
    orderBy: orderBy ?? this.orderBy,
  );
}