frames property

List<Stackframe> get frames

Implementation

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