menu
afib package
documentation
afib_command.dart
AFStandardIDMapRoot<TSubclass, TModel>
findById method
findById method
dark_mode
light_mode
findById
method
TModel?
findById
(
String
id
)
Find an item with the specified unqieu id.
Implementation
TModel? findById(String id) => items[id];
afib package
documentation
afib_command
AFStandardIDMapRoot<TSubclass, TModel>
findById method
AFStandardIDMapRoot class