hasFeedContext property

bool get hasFeedContext

Returns true if feedContext is not null, otherwise false.

Implementation

bool get hasFeedContext => feedContext != null;