tempMax property

  1. @JsonKey(name: 'temp_max')
double tempMax
getter/setter pair

tempMax Maximum temperature at the moment of calculation. This is maximal currently observed temperature

Implementation

@JsonKey(name: 'temp_max')
double tempMax;