menu
blockchain_utils package
documentation
utils/string/string.dart
StringUtils
isHexBytes static method
isHexBytes static method
dark_mode
light_mode
isHexBytes
static method
bool
isHexBytes
(
String
v
)
Implementation
static
bool
isHexBytes(
String
v) {
return
_hexBytesRegex.hasMatch(v); }
blockchain_utils package
documentation
utils/string/string
StringUtils
isHexBytes static method
StringUtils class
Constructors
new
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
decode
encode
fromJson
isHexBytes
ixHexaDecimalNumber
strip0x
toBytes
toJson
tryDecode
tryEncode
tryFromJson
tryToBytes
tryToJson