getFirst method

Future<Record?> getFirst()

Implementation

Future<Record?> getFirst() async => await _builder.getFirst();