isModerator property

bool? isModerator

Redditor is a Moderator.

Implementation

bool? get isModerator => data!['is_mod'];