audio property

Uint8List? get audio

Audio version of the section, represented in bytes as Uint8List.

Returns null if the section has no audio version.

Implementation

Uint8List? get audio => _audio.value?.content;