lines property Null safety

List<TextLine>? lines
read / write

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

Implementation

List<TextLine>? lines;