isNumeric method

bool isNumeric()

Implementation

bool isNumeric() => this != null && double.tryParse(this!) != null;