getData<T> method

dynamic getData<T>()

Implementation

getData<T>() {
  return rawResponse.data as T;
}