getByIds method

List<T> getByIds(
  1. List<String> ids
)

Get multiple entities by IDs

Implementation

List<T> getByIds(List<String> ids) => value.getByIds(ids);