get method

String? get(
  1. int index
)

index : the index of the video file.

Implementation

String? get(int index) => sources[index].link;