CkIdExtractor<T> typedef

CkIdExtractor<T> = String Function(T item)

Returns a stable, unique identifier for item. Used as the key for the internal expand/collapse state, so it must not depend on object identity (the same logical item may be represented by a new instance after a refetch).

Implementation

typedef CkIdExtractor<T> = String Function(T item);