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