Update modesl

This commit is contained in:
Hillel Coren 2020-12-22 18:44:25 +02:00
parent 2f08f4fdda
commit 08b48eda38
1 changed files with 0 additions and 4 deletions

View File

@ -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;