rainfall24h property
Rainfall in the last 24 hours in mm
Implementation
@$pb.TagNumber(20)
$core.double get rainfall24h => $_getN(19);
Implementation
@$pb.TagNumber(20)
set rainfall24h($core.double value) => $_setFloat(19, value);
Rainfall in the last 24 hours in mm
@$pb.TagNumber(20)
$core.double get rainfall24h => $_getN(19);
@$pb.TagNumber(20)
set rainfall24h($core.double value) => $_setFloat(19, value);