copyWith method

Implementation

WebApiControllersSharedControlsAppImageAppImageControllerDeleteAsyncRequest
    copyWith({String? appImageId}) {
  return WebApiControllersSharedControlsAppImageAppImageControllerDeleteAsyncRequest(
      appImageId: appImageId ?? this.appImageId);
}