rainfall1h property
Rainfall in the last hour in mm
Implementation
@$pb.TagNumber(19)
$core.double get rainfall1h => $_getN(18);
Implementation
@$pb.TagNumber(19)
set rainfall1h($core.double value) => $_setFloat(18, value);
Rainfall in the last hour in mm
@$pb.TagNumber(19)
$core.double get rainfall1h => $_getN(18);
@$pb.TagNumber(19)
set rainfall1h($core.double value) => $_setFloat(18, value);