isNum property

bool get isNum

Implementation

bool get isNum {
  return data is num;
}