EntitiesFetcher<T> typedef

EntitiesFetcher<T> = FutureOr<List<T?>?> Function(List<Object?> ids, Type type)

Implementation

typedef EntitiesFetcher<T> =
    FutureOr<List<T?>?> Function(List<Object?> ids, Type type);