isText property
bool
get
isText
Is the associated message part a text?
Implementation
bool get isText => mediaType?.top == MediaToptype.text;
Is the associated message part a text?
bool get isText => mediaType?.top == MediaToptype.text;