isNotBlockedPost property
bool
get
isNotBlockedPost
Returns true if this data is not BlockedPost, otherwise false.
Implementation
bool get isNotBlockedPost => !isBlockedPost;
Returns true if this data is not BlockedPost, otherwise false.
bool get isNotBlockedPost => !isBlockedPost;