ItemChildrenAccessor<T> typedef
ItemChildrenAccessor<T> =
List<T> ? Function(T item)
Implementation
typedef ItemChildrenAccessor<T> = List<T>? Function(T item);
typedef ItemChildrenAccessor<T> = List<T>? Function(T item);