ResponseWrapper<T> typedef

ResponseWrapper<T> = T Function(Map<String, dynamic> json)

Implementation

typedef ResponseWrapper<T> = T Function(Map<String, dynamic> json);