audioTracks property

List<AudioTrack>? get audioTracks

Implementation

List<AudioTrack>? get audioTracks {
  return const <AudioTrack>[];
}