Frame.from constructor

Frame.from(
  1. Frame frame
)

Implementation

factory Frame.from(trace.Frame frame) => Frame(filename: frame.path, type: frame.type, method: frame.method, line: frame.line, column: frame.column);