isImage property

bool isImage

Is the associated message part an image?

Implementation

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