fromHex method

T fromHex(
  1. String hex
)

Implementation

T fromHex(String hex) {
  return parse(fromHEX(hex));
}