number method

num number()

Implementation

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