isVideoAttachment property

bool isVideoAttachment

Check if attachment is a video

Implementation

bool get isVideoAttachment => attachment.title?.mimeType?.type == 'video';