isBanned property

bool? isBanned

Whether the currently authenticated Redditor is banned from the Subreddit.

Implementation

bool? get isBanned => data!['user_is_banned'];