isNumber property

bool get isNumber

Implementation

bool get isNumber => this == null ? false : double.tryParse(this!) != null;