step property
- @TagNumber(1)
A step is the component state each component resource should reach while executing that step of the plan. Keys are the fully qualified component name.
Implementation
@$pb.TagNumber(1)
$core.Map<$core.String, ComponentState> get step => $_getMap(0);