valueToDouble property
double?
get
valueToDouble
Return the parsed value
to double
of the current state.
if the value
is a double
returns the parsed value
,
else returns null
.
Implementation
double? get valueToDouble => state.valueToDouble;