isNumeric method

bool isNumeric()

Implementation

bool isNumeric() => RegExp("d+").hasMatch(trim());