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