From 08b48eda385c77dae4fa84f17e65a7b91aa1fa74 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 22 Dec 2020 18:44:25 +0200 Subject: [PATCH] Update modesl --- lib/data/models/static/country_model.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/data/models/static/country_model.dart b/lib/data/models/static/country_model.dart index 71a2ef0f3..9f17edf18 100644 --- a/lib/data/models/static/country_model.dart +++ b/lib/data/models/static/country_model.dart @@ -74,13 +74,9 @@ abstract class CountryEntity extends Object @BuiltValueField(wireName: 'swap_currency_symbol') bool get swapCurrencySymbol; - // TODO remove once fixed in the app - @nullable @BuiltValueField(wireName: 'thousand_separator') String get thousandSeparator; - // TODO remove once fixed in the app - @nullable @BuiltValueField(wireName: 'decimal_separator') String get decimalSeparator;