ClimateSupplier constructor
const
ClimateSupplier({
- required String id,
- required String infoUrl,
- required bool livemode,
- required List<
ClimateRemovalsLocation> locations, - required String name,
- required ClimateSupplierRemovalPathway removalPathway,
ClimateRemovalsSuppliers
A supplier of carbon removal.
Implementation
const ClimateSupplier({
required this.id,
required this.infoUrl,
required this.livemode,
required this.locations,
required this.name,
required this.removalPathway,
});