isFloat property

bool get isFloat

Check if the string is a float

Implementation

bool get isFloat => RegexUtils.float.hasMatch(this);