ClimateProductId.fromJson constructor

ClimateProductId.fromJson(
  1. Object? json
)

Implementation

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