toDoubleOrNull method

double? toDoubleOrNull()

Implementation

double? toDoubleOrNull() => double.tryParse(this);