getSource method

Source getSource(
  1. int index
)

Returns the unbuffered reader with the value for index.

Implementation

Source getSource(int index) => sources[index];