isAudio property
bool
get
isAudio
Whether or not this is an AudioContent.
Implementation
bool get isAudio => _value['type'] == AudioContent.expectedType;
Whether or not this is an AudioContent.
bool get isAudio => _value['type'] == AudioContent.expectedType;