item method

String? item(
  1. int index
)

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

Implementation

external String? item(int index);