hexToListInt method

List<int> hexToListInt()

Implementation

List<int> hexToListInt() {
  return hex.decode(this).toList();
}