bannedBy property

RedditorRef? bannedBy

A RedditorRef of the Redditor who banned this Submission.

Returns null if the Submission has not been banned.

Implementation

RedditorRef? get bannedBy =>
    GetterUtils.redditorRefOrNull(reddit, data!['banned_by']);