isDecimal property

bool isDecimal

Implementation

bool get isDecimal {
  return isNumber;
}