resposeToMap method

Map<String, dynamic> resposeToMap(
  1. Response response
)

Implementation

Map<String, dynamic> resposeToMap(Response response) => response.data;