hasDc property

bool get hasDc

Returns true if the feed has the Dublin Core namespace

Implementation

bool get hasDc => _extensions.containsKey(nsDublinCoreNs);