hasAtom property

bool hasAtom

Returns true if the feed has the Atom namespace

Implementation

bool get hasAtom => _extensions.containsKey(nsAtomNs);