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