maximum property
The maximum of the population of values. Ignored if count is zero.
Implementation
@$pb.TagNumber(4)
$core.double get maximum => $_getN(3);
Implementation
@$pb.TagNumber(4)
set maximum($core.double value) => $_setDouble(3, value);