isOpds property

bool isOpds

Returns whether this media type is of an OPDS feed.

Implementation

bool get isOpds => matchesAny(
    [opds1, opds1Entry, opds2, opds2Publication, opdsAuthentication]);