toDouble method

double toDouble()

Returns the value of this number as an double

Implementation

double toDouble() => double.parse(this!);