doubleValue method Null safety
Returns this value as a double if the value is numeric, otherwise returns 0.
Equivalent to LDValue.numValue().toDouble()
Implementation
double doubleValue() => 0;
Returns this value as a double if the value is numeric, otherwise returns 0.
Equivalent to LDValue.numValue().toDouble()
double doubleValue() => 0;