isNum property
bool
get
isNum
Discover if the String is a valid number
Implementation
bool get isNum => GetUtils.isNum(this);
Discover if the String is a valid number
bool get isNum => GetUtils.isNum(this);