isFloat property
bool
get
isFloat
Check if the string is a float
Implementation
bool get isFloat => RegexUtils.float.hasMatch(this);
Check if the string is a float
bool get isFloat => RegexUtils.float.hasMatch(this);