buildNetResponse<S> method

NetResponse<S> buildNetResponse<S>()

Implementation

NetResponse<S> buildNetResponse<S>() {
  return NetResponse.fromDio(this);
}