isAudio property

bool get isAudio

Whether or not this is an AudioContent.

Implementation

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