menu
wagmi_web package
documentation
wagmi_web.dart
JSBigIntArrayToList
toDartBigIntList property
toDartBigIntList property
dark_mode
light_mode
toDartBigIntList
property
List
<
BigInt
>
get
toDartBigIntList
Implementation
List<BigInt> get toDartBigIntList => toDart.map((item) => item.toDart).toList();
wagmi_web package
documentation
wagmi_web
JSBigIntArrayToList
toDartBigIntList property
JSBigIntArrayToList extension on
JSArray
<
JSBigInt
>