isHexadecimal property

bool isHexadecimal

Discover if the String is a Hexadecimal

Implementation

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