hasSyndication property

bool hasSyndication

Returns true if the feed has the Syndication namespace

Implementation

bool get hasSyndication => _extensions.containsKey(nsSyndicationNs);