isDouble property

bool isDouble

check the string can be double

Implementation

bool get isDouble => _Parser(this).isDouble;