Outcome constructor
const
Outcome({
- required Map<
String, dynamic> environmentState, - WorkspaceDiff? workspaceDiff,
Implementation
const Outcome({required this.environmentState, this.workspaceDiff});