videoTracks property

List<VideoTrack>? get videoTracks

Implementation

List<VideoTrack>? get videoTracks {
  return const <VideoTrack>[];
}