isDouble property

bool get isDouble

Checks if the string can be parsed into a double.

Implementation

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