inboxCount property

int? inboxCount

Number of Messages in the Redditor's Inbox.

Implementation

int? get inboxCount => data!['inbox_count'];