statusHistory property
- @TagNumber(3)
The prior status changes that have happened during plan execution
Implementation
@$pb.TagNumber(3)
$core.List<PlanStatus> get statusHistory => $_getList(2);
The prior status changes that have happened during plan execution
@$pb.TagNumber(3)
$core.List<PlanStatus> get statusHistory => $_getList(2);