decimal method

double decimal()

Implementation

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