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