ContentGenerator<T> typedef

ContentGenerator<T> = dynamic Function(T? entry)

Implementation

typedef ContentGenerator<T> = dynamic Function(T? entry);