isCover property

bool isCover

Whether image is a book cover.

Implementation

bool get isCover => this is Cover;