displayDouble property

double get displayDouble

Implementation

double get displayDouble {
  return value / BigInt.from(10).pow(decimals);
}