toDouble method - num class - dart:core library (original) (raw)
toDouble abstract method
double toDouble()
This number as a double.
If an integer number is not precisely representable as a double, an approximation is returned.
Implementation
double toDouble();