copyWithWrapped method

Implementation

WebApiModulesInventoryRentalInventoryImageResponse copyWithWrapped({
  Wrapped<String?>? id,
}) {
  return WebApiModulesInventoryRentalInventoryImageResponse(
    id: (id != null ? id.value : this.id),
  );
}