hasNotFeedContext property
bool
get
hasNotFeedContext
Returns true if feedContext
is null, otherwise false.
Implementation
bool get hasNotFeedContext => !hasFeedContext;
Returns true if feedContext
is null, otherwise false.
bool get hasNotFeedContext => !hasFeedContext;