DartBlockExecutionResult constructor
DartBlockExecutionResult({})
Implementation
DartBlockExecutionResult({
required this.consoleOutput,
required this.environment,
required this.currentStatementBlockKey,
required this.currentStatement,
required this.blockHistory,
required this.exception,
});