isDecimal property

bool get isDecimal

Checks if the string represents a decimal number.

Implementation

bool get isDecimal {
  return _isDecimal(this);
}