isOriginalPoster property

bool isOriginalPoster

True if this message was written by the author of the thread.

Implementation

bool get isOriginalPoster => data!['author']['isOp'];