authorFlairText property

String? authorFlairText

The author's flair text, if set.

If the author does not have flair text set, this property is null.

Implementation

String? get authorFlairText => data!['author_flair_text'];