menu
shorebird package
documentation
datastore.dart
Collection<T>
byId abstract method
byId abstract method
dark_mode
light_mode
byId
abstract method
Future
<
T?
>
byId
(
ObjectId
id
)
Subclasses must implement this to return a single object by id.
Implementation
Future<T?> byId(ObjectId id);
shorebird package
documentation
datastore
Collection<T>
byId abstract method
Collection class