isRwpm property

bool isRwpm

Returns whether this media type is of a Readium Web Publication Manifest.

Implementation

bool get isRwpm => matchesAny(
    [readiumAudiobookManifest, divinaManifest, readiumWebpubManifest]);