LineState constructor

LineState({
  1. required int lineNumber,
  2. bool hasBreakpoint = false,
})

Implementation

LineState({required this.lineNumber, this.hasBreakpoint = false});