nan top-level constant Null safety
Constant string value of double.nan.toString()
and the NaN (not a number)
value recognized by double.parse(..)
.
Implementation
const nan = 'NaN';
Constant string value of double.nan.toString()
and the NaN (not a number)
value recognized by double.parse(..)
.
const nan = 'NaN';