Outcome constructor

const Outcome({
  1. required Map<String, dynamic> environmentState,
  2. WorkspaceDiff? workspaceDiff,
})

Implementation

const Outcome({required this.environmentState, this.workspaceDiff});