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