StackFrames constructor
StackFrames({
- int? droppedFramesCount,
- List<
StackFrame> ? frame,
Implementation
StackFrames({this.droppedFramesCount, this.frame});