isOpds property
bool
get
isOpds
Returns whether this media type is of an OPDS feed.
Implementation
bool get isOpds => matchesAny(
[opds1, opds1Entry, opds2, opds2Publication, opdsAuthentication]);
Returns whether this media type is of an OPDS feed.
bool get isOpds => matchesAny(
[opds1, opds1Entry, opds2, opds2Publication, opdsAuthentication]);