getDocument method

String getDocument(
  1. int i
)

Returns the document at i.

Implementation

String getDocument(int i) => _docs[i];