ControlFlowEscape constructor
const
ControlFlowEscape({
- required ControlFlowEscapeType type,
- required int line,
- required String description,
Implementation
const ControlFlowEscape({
required this.type,
required this.line,
required this.description,
});