distinguished property

String? distinguished

Is this Submission distinguished.

For example, if a moderator creates a post and chooses to show that it was created by a moderator, this property will be set to 'moderator'. If this Submission is not distinguished, this property is null.

Implementation

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