isDecimal property
bool
get
isDecimal
Checks if the string represents a decimal number.
Implementation
bool get isDecimal {
return _isDecimal(this);
}
Checks if the string represents a decimal number.
bool get isDecimal {
return _isDecimal(this);
}