menu
flodash package
documentation
modules/string/_helpers/main.dart
reIsUint property
reIsUint property
dark_mode
light_mode
reIsUint
top-level property
RegExp
reIsUint
final
Used to detect unsigned integer values.
Implementation
final reIsUint = RegExp(r"^(?:0|[1-9]\d*)$");
flodash package
documentation
modules/string/_helpers/main
reIsUint property
main library