copyWith method

Implementation

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