isText property

bool get isText

Convenience getter to check of the top MediaTopType is text

Implementation

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