isRwpm property
bool
get
isRwpm
Returns whether this media type is of a Readium Web Publication Manifest.
Implementation
bool get isRwpm => matchesAny(
[readiumAudiobookManifest, divinaManifest, readiumWebpubManifest]);