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