frames property

List<Stackframe> frames

Implementation

List<Stackframe> get frames => _frames ??= _extractFrames();