removeHexPrefix method

String removeHexPrefix()

Implementation

String removeHexPrefix() => replaceAll("#", "").replaceAll("0xFF", "");