integer method

int integer()

Implementation

int integer() {
  return int.parse(data.toString());
}