bodyAsDecimal method

double bodyAsDecimal()

Implementation

double bodyAsDecimal() {
  return double.parse(data.toString());
}