isHexadecimal property

bool get isHexadecimal

Is this String an Hexadecimal character string?

Implementation

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