toDouble method

double toDouble()

Implementation

double toDouble() =>
    intVal.toDouble() / BigInt.from(10).pow(scale).toDouble();