menu
web3_webview package
documentation
utils/bigint_utils.dart
BigIntX
parseEther method
parseEther method
dark_mode
light_mode
parseEther
method
double
parseEther
(
)
Implementation
double parseEther() { return this / BigInt.from(10).pow(18); }
web3_webview package
documentation
utils/bigint_utils
BigIntX
parseEther method
BigIntX extension on
BigInt