hasDcTerms property

bool hasDcTerms

Returns true if the feed has the Dublin Core Terms namespace

Implementation

bool get hasDcTerms => _extensions.containsKey(nsDcTermsNs);