ClimateSupplier constructor

const ClimateSupplier({
  1. required String id,
  2. required String infoUrl,
  3. required bool livemode,
  4. required List<ClimateRemovalsLocation> locations,
  5. required String name,
  6. 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,
});