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