isHexadecimal property

bool isHexadecimal

Is this String an Hexadecimal character string?

Implementation

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