hasContent property

bool get hasContent

Returns true if the feed has the Content namespace

Implementation

bool get hasContent => _extensions.containsKey(nsContentNs);