canModeratePost property

bool? canModeratePost

Can this Submission be moderated by the currently authenticated Redditor.

Implementation

bool? get canModeratePost => data!['can_mod_post'];