isText property

bool get isText

Is the associated message part a text?

Implementation

bool get isText => mediaType?.top == MediaToptype.text;