copyWith method

RunnableDebugInformation copyWith(
  1. int lineNumber,
  2. String line
)

Implementation

RunnableDebugInformation copyWith(int lineNumber, String line) {
  return RunnableDebugInformation(filePath, lineNumber, line);
}