isAudio property

bool get isAudio

Whether or not this is an AudioContent.

Implementation

bool get isAudio => _value[Keys.type] == AudioContent.expectedType;