WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerRepositionAsyncRequest constructor

const WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerRepositionAsyncRequest({
  1. String? appImageId,
  2. int? orderBy,
})

Implementation

const WebApiModulesSharedControlsSystemControlsAppImageAppImageControllerRepositionAsyncRequest({
  this.appImageId,
  this.orderBy,
});