isImage property

bool get isImage

Whether this is an image block.

Implementation

bool get isImage => blockType == 1;