This website requires JavaScript.
Explore
Help
Register
Sign in
android-apps-mirrors
/
CakeWallet
Watch
0
Star
0
Fork
You've already forked CakeWallet
0
mirror of
https://github.com/cake-tech/cake_wallet.git
synced
2025-06-29 04:49:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
c921ad890a
CakeWallet
/
lib
/
exchange
/
limits.dart
6 lines
97 B
Dart
Raw
Normal View
History
Unescape
Escape
Added the project
2020-01-04 21:31:52 +02:00
class
Limits
{
Fixed issues for linter and analyzer
2020-01-08 14:26:34 +02:00
const
Limits
(
{
this
.
min
,
this
.
max
}
)
;
Added the project
2020-01-04 21:31:52 +02:00
final
double
min
;
final
double
max
;
}
Reference in a new issue
Copy permalink