subredditType property

SubredditType subredditType

Implementation

SubredditType get subredditType =>
    stringToSubredditType(_data['subreddit_type']);
void subredditType=(SubredditType type)

Implementation

set subredditType(SubredditType type) {
  _data['subreddit_type'] = subredditTypeToString(type);
}