menu
walletkit_dart
walletkit_dart.dart
AmountUtilBigInt
shiftLeft method
shiftLeft
dark_mode
light_mode
shiftLeft
method
BigInt
shiftLeft
(
int
decimalPlaces
)
Implementation
BigInt shiftLeft(int decimalPlaces) => this * BigInt.from(pow(10, decimalPlaces));
walletkit_dart
walletkit_dart
AmountUtilBigInt
shiftLeft method
AmountUtilBigInt extension on
BigInt