fromResponse method

  1. @protected
List<Object> fromResponse(
  1. List list
)

You can describe the process of converting the response list data to List<Object> data.

Implementation

@protected
List<Object> fromResponse(List list) => list.cast<Object>();