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