ClimateProduct constructor
const
ClimateProduct({})
ClimateRemovalsProducts
A Climate product represents a type of carbon removal unit available for reservation. You can retrieve it to see the current price and availability.
Implementation
const ClimateProduct({
required this.created,
required this.currentPricesPerMetricTon,
this.deliveryYear,
required this.id,
required this.livemode,
required this.metricTonsAvailable,
required this.name,
required this.suppliers,
});