paragraphs property

List<Paragraph>? paragraphs
getter/setter pair

List of paragraphs in this block (if this blocks is of type text).

Implementation

core.List<Paragraph>? paragraphs;