isNotBlockedPost property

bool get isNotBlockedPost

Returns true if this data is not BlockedPost, otherwise false.

Implementation

bool get isNotBlockedPost => !isBlockedPost;