toDouble property

double get toDouble

Convert JS BigNumber to Dart double.

Implementation

double get toDouble => double.parse(this.toString());