frames property

List<StompFrame> get frames

Gets the frames in this transaction

Implementation

List<StompFrame> get frames => List<StompFrame>.unmodifiable(_frames);