menu
swift_flutter package
documentation
core/normalization.dart
RxNormalizedState<T>
getByIds method
getByIds method
dark_mode
light_mode
getByIds
method
List
<
T
>
getByIds
(
List
<
String
>
ids
)
Get multiple entities by IDs
Implementation
List<T> getByIds(List<String> ids) => value.getByIds(ids);
swift_flutter package
documentation
core/normalization
RxNormalizedState<T>
getByIds method
RxNormalizedState class