scriptWithRet property
determine if putting THROWIFNOT & RET instructions
Implementation
@$pb.TagNumber(5)
$core.bool get scriptWithRet => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set scriptWithRet($core.bool v) {
$_setBool(4, v);
}
determine if putting THROWIFNOT & RET instructions
@$pb.TagNumber(5)
$core.bool get scriptWithRet => $_getBF(4);
@$pb.TagNumber(5)
set scriptWithRet($core.bool v) {
$_setBool(4, v);
}