fromResponse abstract method

  1. @protected
T fromResponse(
  1. dynamic value
)

You can describe the process of converting the response dynamic data to T data.

Implementation

@protected
T fromResponse(dynamic value);