lastPlanOnly property
- @TagNumber(3)
If supplied, the response will only return the the last plan for the component / execution
Implementation
@$pb.TagNumber(3)
$core.bool get lastPlanOnly => $_getBF(2);
- @TagNumber(3)
Implementation
@$pb.TagNumber(3)
set lastPlanOnly($core.bool v) { $_setBool(2, v); }