isHexadecimal property
bool
get
isHexadecimal
Discover if the String is a Hexadecimal
Implementation
bool get isHexadecimal => GetUtils.isHexadecimal(this);
Discover if the String is a Hexadecimal
bool get isHexadecimal => GetUtils.isHexadecimal(this);