CkRepliesExtractor<T> typedef
CkRepliesExtractor<T> =
List<T> Function(T item)
Returns the direct replies/children of item. Called recursively, so
replies can themselves have replies — depth is not limited to 2 levels.
Implementation
typedef CkRepliesExtractor<T> = List<T> Function(T item);