RunnableDebugInformation constructor

RunnableDebugInformation(
  1. String filePath,
  2. int lineNumber,
  3. String lineText
)

Implementation

RunnableDebugInformation(this.filePath, this.lineNumber, this.lineText);