selftext property

String? selftext

The text body of a self-text post.

Returns null if the Submission is not a self-text submission.

Implementation

String? get selftext => data!['selftext'];