isMonotonic property
If "true" means that the sum is monotonic.
Implementation
@$pb.TagNumber(3)
$core.bool get isMonotonic => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isMonotonic($core.bool value) => $_setBool(2, value);
If "true" means that the sum is monotonic.
@$pb.TagNumber(3)
$core.bool get isMonotonic => $_getBF(2);
@$pb.TagNumber(3)
set isMonotonic($core.bool value) => $_setBool(2, value);