ResponseDataBuilder<T> typedef

ResponseDataBuilder<T> = T Function(Map<String, Object?> json)

A function type that expresses the function of converting response body to model objects.

Implementation

typedef ResponseDataBuilder<T> = T Function(Map<String, Object?> json);