BootstrapStep constructor
BootstrapStep({})
Implementation
BootstrapStep({
required this.id,
required this.name,
this.status = BootstrapStepStatus.pending,
this.duration = Duration.zero,
this.error,
this.warning,
});