isSelf property

bool isSelf

Is this Submission a self-post.

Self-posts are Submissions that consist solely of text.

Implementation

bool get isSelf => data!['is_self'];