Frame.from constructor
Frame.from(
- 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);