menu
odin package
documentation
app/database/collection.dart
Collection<T extends Model>
getModelWithoutFallback method
getModelWithoutFallback method
dark_mode
light_mode
getModelWithoutFallback
method
Future
<
T?
>
getModelWithoutFallback
(
String
modelId
)
Implementation
Future<T?> getModelWithoutFallback(String modelId) async { return _all[modelId]; }
odin package
documentation
app/database/collection
Collection<T extends Model>
getModelWithoutFallback method
Collection class