The item() method of the MediaList interface returns the media query at the specified index, or null if the specified index doesn't exist.
item()
index
null
external String? item(int index);