approvedBy property

RedditorRef? approvedBy

Which Redditor approved this Comment.

Returns null if this Comment has not been approved.

Implementation

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