intValue method Null safety
Returns this value as an int if the value is numeric, otherwise returns 0.
Equivalent to LDValue.numValue().toInt()
Implementation
int intValue() => 0;
Returns this value as an int if the value is numeric, otherwise returns 0.
Equivalent to LDValue.numValue().toInt()
int intValue() => 0;