parseEther method

double parseEther()

Implementation

double parseEther() {
  return this / BigInt.from(10).pow(18);
}