stackOverFlowElision constant

StackFrame const stackOverFlowElision

A stack frame representing a Dart elided stack overflow frame.

Implementation

static const StackFrame stackOverFlowElision = StackFrame(
  number: -1,
  column: -1,
  line: -1,
  method: '...',
  packageScheme: '',
  package: '',
  packagePath: '',
  source: '...',
);