hasNotFeedContext property

bool get hasNotFeedContext

Returns true if feedContext is null, otherwise false.

Implementation

bool get hasNotFeedContext => !hasFeedContext;