menu
walletkit_dart
walletkit_dart.dart
ConvUtil
toBigIntFromHex property
toBigIntFromHex
dark_mode
light_mode
toBigIntFromHex
property
BigInt
get
toBigIntFromHex
Implementation
BigInt get toBigIntFromHex => BigInt.parse(this, radix: 16);
walletkit_dart
walletkit_dart
ConvUtil
toBigIntFromHex property
ConvUtil extension on
String