menu
walletkit_dart
walletkit_dart.dart
IntListUtil
toBigIntList property
toBigIntList
dark_mode
light_mode
toBigIntList
property
List
<
BigInt
>
get
toBigIntList
Implementation
List<BigInt> get toBigIntList => map((e) => BigInt.from(e)).toList();
walletkit_dart
walletkit_dart
IntListUtil
toBigIntList property
IntListUtil extension on
List
<
int
>