getAt method

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

Implementation

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