intValue method Null safety

int intValue()

Returns this value as an int if the value is numeric, otherwise returns 0.

Equivalent to LDValue.numValue().toInt()

Implementation

int intValue() => 0;