menu
blockchain_utils package
documentation
numbers/src/u64.dart
Uint64
toBigInt method
toBigInt method
dark_mode
light_mode
toBigInt
method
BigInt
toBigInt
(
)
Implementation
BigInt toBigInt() => (BigInt.from(_hi) << 32) | BigInt.from(_lo);
blockchain_utils package
documentation
numbers/src/u64
Uint64
toBigInt method
Uint64 class