hexToNumber method

int hexToNumber(
  1. String code
)

Implementation

int hexToNumber(String code) => int.parse(stringToHex(code));