subredditType property

String subredditType

The type of the Subreddit this Submission was made in.

For example, if a Subreddit is restricted to approved submitters, this property will be 'restricted'.

Implementation

String get subredditType => data!['subreddit_type'];