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