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-28 20:39:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
db7f025b71
CakeWallet
/
lib
/
exchange
/
limits.dart
6 lines
99 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
}
)
;
Flutter upgrade
2022-10-12 13:09:57 -04:00
final
double
?
min
;
final
double
?
max
;
Added the project
2020-01-04 21:31:52 +02:00
}
Reference in a new issue
Copy permalink