body<T> method

T body<T>()

Implementation

T body<T>() {
  return _body as T;
}