authorFlairText property

String? authorFlairText

The author's flair text, if set.

Returns null if the author does not have any flair text set.

Implementation

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