isNumber property

bool isNumber

Implementation

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