truncateFrontToSize property
ensure total length <= this; remove excess from front of list
Implementation
@$pb.TagNumber(5)
$core.int get truncateFrontToSize => $_getIZ(4);
Implementation
@$pb.TagNumber(5)
set truncateFrontToSize($core.int v) {
$_setUnsignedInt32(4, v);
}