isNumericOnly property

bool isNumericOnly

Is this String all numeric characters?

Implementation

bool get isNumericOnly => GetUtils.isNumericOnly(this);