menu
core_web3dart package
documentation
crypto.dart
hexHasPrefix function
hexHasPrefix function
dark_mode
light_mode
hexHasPrefix
function
bool
hexHasPrefix
(
String
hex
)
checks if hex has 0x prefix
Implementation
bool hexHasPrefix(String hex) => hex.startsWith('0x');
core_web3dart package
documentation
crypto
hexHasPrefix function
crypto library