isHexadecimal property

bool get isHexadecimal

Discover if the String is a Hexadecimal

Implementation

bool get isHexadecimal => JetUtils.isHexadecimal(this);