Type decodedType

Source

Type get decodedType {
  if (!hasBeenDecoded) {
    throw new HTTPBodyDecoderException("decodedType invoked prior to decoding data");
  }

  return _decodedData.first.runtimeType;
}