isDouble property
bool
get
isDouble
check the string can be double
Implementation
bool get isDouble => _Parser(this).isDouble;
check the string can be double
bool get isDouble => _Parser(this).isDouble;