menu
ens_normalize package
documentation
ens_normalize.dart
ENSNormalize
shouldEscape method
shouldEscape method
dark_mode
light_mode
shouldEscape
method
bool
shouldEscape
(
int
codePoint
)
Implementation
bool shouldEscape(int codePoint) { return normalizationData.escape.contains(codePoint); }
ens_normalize package
documentation
ens_normalize
ENSNormalize
shouldEscape method
ENSNormalize class