menu
flowdb package
documentation
core.dart
Collection
getFirst method
getFirst method
dark_mode
light_mode
getFirst
method
Future
<
Record
?
>
getFirst
(
)
Implementation
Future<Record?> getFirst() async => await _builder.getFirst();
flowdb package
documentation
core
Collection
getFirst method
Collection class