linkFlairText property

String? linkFlairText

Text of the flair set for this Submission.

May return null if the submission has no flair.

Implementation

String? get linkFlairText => data!['link_flair_text'];