menu
launchdarkly_flutter_client_sdk
launchdarkly_flutter_client_sdk
LDValue
numValue method
numValue
brightness_4
numValue
method
Null safety
num
numValue
(
)
Returns this value as a
num
if the value is numeric, otherwise returns
0
.
Implementation
num numValue() => 0;
launchdarkly_flutter_client_sdk
launchdarkly_flutter_client_sdk
LDValue
numValue method
LDValue class
Properties
hashCode
runtimeType
Methods
booleanValue
codecValue
doubleValue
get
getFor
getType
intValue
keys
noSuchMethod
numValue
size
stringValue
toString
values
Operators
operator ==
Static methods
buildArray
buildObject
fromCodecValue
normalize
ofBool
ofNull
ofNum
ofString