resposeToList method

List resposeToList(
  1. Response response
)

Implementation

List<dynamic> resposeToList(Response response) => response.data;