negativeInfinity top-level constant Null safety
Constant string value of double.negativeInfinity.toString()
and the
negative infinity value recognized by double.parse(..)
.
Implementation
const negativeInfinity = '-Infinity';
Constant string value of double.negativeInfinity.toString()
and the
negative infinity value recognized by double.parse(..)
.
const negativeInfinity = '-Infinity';