fromResponse method

  1. @protected
DynamicMap fromResponse(
  1. String json
)

Callback for converting to a map of objects for a response.

Implementation

@protected
DynamicMap fromResponse(String json) => jsonDecodeAsMap(json);