mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-03-18 07:35:54 +00:00
Ability to cache currency selection (#5)
This commit is contained in:
6
lib/data/prefs/CurrencyPair.dart
Normal file
6
lib/data/prefs/CurrencyPair.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
class CurrencyPair {
|
||||
String? currencyOne;
|
||||
String? currencyTwo;
|
||||
|
||||
CurrencyPair(this.currencyOne, this.currencyTwo);
|
||||
}
|
||||
Reference in New Issue
Block a user