isNotPostView property

bool get isNotPostView

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

Implementation

bool get isNotPostView => !isPostView;