isNotFeedViewPref property
bool
get
isNotFeedViewPref
Returns true if this data is not FeedViewPref, otherwise false.
Implementation
bool get isNotFeedViewPref => !isFeedViewPref;
Returns true if this data is not FeedViewPref, otherwise false.
bool get isNotFeedViewPref => !isFeedViewPref;