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 v) {
$_setBool(2, v);
}
If "true" means that the sum is monotonic.
@$pb.TagNumber(3)
$core.bool get isMonotonic => $_getBF(2);
@$pb.TagNumber(3)
set isMonotonic($core.bool v) {
$_setBool(2, v);
}