isHexadecimal property
bool
get
isHexadecimal
Is this String an Hexadecimal character string?
Implementation
bool get isHexadecimal => GetUtils.isHexadecimal(this);
Is this String an Hexadecimal character string?
bool get isHexadecimal => GetUtils.isHexadecimal(this);