subreddit property

SubredditRef? subreddit

A SubredditRef representing the subreddit this message was sent to, for ModMail Messages.

Returns null if this is not a ModMail Message.

Implementation

SubredditRef? get subreddit =>
    GetterUtils.subredditRefOrNull(reddit, data!['subreddit']);