bodyAsNumber method

num bodyAsNumber()

Implementation

num bodyAsNumber() {
  return num.parse(data.toString());
}