doubleValue property

double? doubleValue
getter/setter pair

A 64-bit double-precision floating-point number.

Its magnitude is approximately ±10±300 and it has 16 significant digits of precision.

Implementation

core.double? doubleValue;