copyWith method
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse
copyWith({
- bool? success,
Implementation
WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse
copyWith({bool? success}) {
return WebApiModulesInventoryPhysicalInventoryPhysicalInventoryUncountSerialItemResponse(
success: success ?? this.success,
);
}