isDouble property

bool isDouble

Returns true if the string can be parsed as a double.

Implementation

bool get isDouble => toDoubleOrNull() != null;