mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-03-18 07:35:54 +00:00
Retrofit classes implemented with interceptor and base features
This commit is contained in:
@@ -6,6 +6,7 @@ class Currency {
|
||||
Currency(this.from, this.to, this.rate);
|
||||
}
|
||||
|
||||
abstract class Mapper {
|
||||
/// Mapper class to convert any object to [Currency]
|
||||
abstract class CurrencyMapper {
|
||||
Currency convert();
|
||||
}
|
||||
Reference in New Issue
Block a user