isImage property

bool get isImage

Is the associated message part an image?

Implementation

bool get isImage => mediaType?.top == MediaToptype.image;