parseGwei method

double parseGwei()

Implementation

double parseGwei() {
  return this / BigInt.from(10).pow(9);
}