mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-03-18 15:45:56 +00:00
Pipeline fix
This commit is contained in:
@@ -30,7 +30,7 @@ abstract class CurrencyApi {
|
||||
@JsonSerializable()
|
||||
class ResponseObject implements CurrencyMapper {
|
||||
String base;
|
||||
String last_updated;
|
||||
int last_updated;
|
||||
Map<String, double>? exchange_rates;
|
||||
|
||||
ResponseObject(this.base, this.last_updated, this.exchange_rates);
|
||||
|
||||
Reference in New Issue
Block a user