BootstrapResult constructor
const
BootstrapResult({
- required BootstrapResultStatus status,
- required List<
BootstrapStep> steps, - List<
String> warnings = const [], - List<
String> errors = const [], - ProjectInfo? projectInfo,
- List<
MemoryFile> memoryFiles = const [], - Duration totalDuration = Duration.zero,
- String? shell,
- Map<
String, dynamic> settings = const {},
Implementation
const BootstrapResult({
required this.status,
required this.steps,
this.warnings = const [],
this.errors = const [],
this.projectInfo,
this.memoryFiles = const [],
this.totalDuration = Duration.zero,
this.shell,
this.settings = const {},
});