icxBalance property

double icxBalance

Implementation

double get icxBalance {
  return BigInt.tryParse(balance!)! / BigInt.from(1000000000000000000);
}