doubleValue method Null safety

double doubleValue()

Returns this value as a double if the value is numeric, otherwise returns 0.

Equivalent to LDValue.numValue().toDouble()

Implementation

double doubleValue() => 0;