ClimateProductId.fromJson constructor
ClimateProductId.fromJson(
- Object? json
Implementation
factory ClimateProductId.fromJson(Object? json) =>
ClimateProductId(id: (json as String));
factory ClimateProductId.fromJson(Object? json) =>
ClimateProductId(id: (json as String));