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