isNumeric property

bool get isNumeric

Checks if the string contains only numeric digits.

Implementation

bool get isNumeric => v_numeric.isNumeric(this);