frames property

List<Frame> get frames

Implementation

List<rollbar.Frame> get frames => toTrace().frames.map(rollbar.Frame.from).toList();