isNumericOnly property

bool get isNumericOnly

Is this String all numeric characters?

Implementation

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