isNumber property

bool get isNumber

Implementation

bool get isNumber {
  return double.tryParse(this) != null;
}