cake_wallet/lib/entities/crypto_amount_format.dart
2020-09-21 14:50:26 +03:00

1 line
No EOL
75 B
Dart

double cryptoAmountToDouble({num amount, num divider}) => amount / divider;