isNumeric property

bool isNumeric

Implementation

bool get isNumeric => runes.every(utils.isNumeric);