ConvertorList<T> typedef

ConvertorList<T> = T Function(List data)

Implementation

typedef ConvertorList<T> = T Function(List<dynamic> data);