isDecimal property

bool get isDecimal

Implementation

bool get isDecimal {
  return isNumber;
}