Temperature constructor

Temperature(
  1. String? code
)

Implementation

Temperature(String? code) : super(null) {
  _setTemperature(code);
}