menu
swift_flutter package
documentation
core/normalization.dart
NormalizedState<T>
getById method
getById method
dark_mode
light_mode
getById
method
T?
getById
(
String
id
)
Get entity by ID
Implementation
T? getById(String id) => _entities[id];
swift_flutter package
documentation
core/normalization
NormalizedState<T>
getById method
NormalizedState class