SuccessList typedef

SuccessList = dynamic Function(List data)

请求数据data为[]集合

Implementation

typedef SuccessList = Function(List<dynamic> data);