include0x method

dynamic include0x()

Implementation

include0x() {
  if (!startsWith("0x")) {
    return "0x$this";
  } else {
    return this;
  }
}