isDouble property

bool get isDouble

Implementation

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