lines property

List<TextLine>? lines
getter/setter pair

Gets an unmodifiable list of Lines that make up this text block.

Implementation

List<TextLine>? lines;