name property
The technical name of the startup step.
This should describe what’s happening in the current phase,
typically in dot notation for hierarchy (e.g., context.refresh.pods).
The same name may be reused by multiple steps.
Implementation
@override
String get name => 'default';