isDouble property

bool isDouble

Check if string is a double

Implementation

bool get isDouble => double.tryParse(this) != null;