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