SHT31result constructor

SHT31result(
  1. double temperature,
  2. double humidity
)

Implementation

SHT31result(this.temperature, this.humidity);