isContributor property

bool? isContributor

Whether the currently authenticated Redditor is an approved submitter for the Subreddit.

Implementation

bool? get isContributor => data!['user_is_contributor'];