noPrefix method

String noPrefix()

Implementation

String noPrefix() {
  return _hexString.substring(2);
}