bodyDeserializer property

BodyDeserializer<T>? bodyDeserializer
final

The function used to transform the json response into T.

Implementation

final BodyDeserializer<T>? bodyDeserializer;