GetClimateSuppliersResponse constructor

const GetClimateSuppliersResponse({
  1. required List<ClimateSupplier> data,
  2. required bool hasMore,
  3. required String url,
})

ClimateRemovalsSuppliersList

Implementation

const GetClimateSuppliersResponse({
  required this.data,
  required this.hasMore,
  required this.url,
});