isNumber property

bool isNumber

Checks string is Number or not and return bool

Implementation

bool get isNumber => regex(r'^[0-9]+$');