ClimateProductId constructor

const ClimateProductId({
  1. required String id,
})

Implementation

const ClimateProductId({required this.id});