fromResponse method

  1. @protected
DynamicMap fromResponse(
  1. Map map
)

You can describe the process of converting the response map data to DynamicMap data.

Implementation

@protected
DynamicMap fromResponse(Map map) => map.cast<String, dynamic>();