getAt method

Future<Document?> getAt(
  1. int index
)

Implementation

Future<Document?> getAt(int index) async => await _builder.getAt(index);