ObjectListAdapter<T> typedef

ObjectListAdapter<T> = List Function(T object)

Implementation

typedef ObjectListAdapter<T> = List<dynamic> Function(T object);