ListCompare typedef

ListCompare = bool Function(List, List)

Implementation

typedef ListCompare = bool Function(List<dynamic>, List<dynamic>);