GetClimateProductsResponse constructor

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

ClimateRemovalsProductsList

Implementation

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