isHexadecimal property

bool get isHexadecimal

Discover if the String is a Hexadecimal

Implementation

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