lines property

List<(LiveTone, String)> get lines

The styled lines in this block.

Implementation

List<(LiveTone, String)> get lines => List.unmodifiable(_lines);