approvedBy property

RedditorRef? approvedBy

A RedditorRef of the Redditor who approved this Submission

Returns null if the Submission has not been approved.

Implementation

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