hexToBytes static method

List<int> hexToBytes(
  1. String hex
)

Implementation

static List<int> hexToBytes(String hex) => _fromHex(hex);