Update modesl
This commit is contained in:
parent
2f08f4fdda
commit
08b48eda38
|
|
@ -74,13 +74,9 @@ abstract class CountryEntity extends Object
|
||||||
@BuiltValueField(wireName: 'swap_currency_symbol')
|
@BuiltValueField(wireName: 'swap_currency_symbol')
|
||||||
bool get swapCurrencySymbol;
|
bool get swapCurrencySymbol;
|
||||||
|
|
||||||
// TODO remove once fixed in the app
|
|
||||||
@nullable
|
|
||||||
@BuiltValueField(wireName: 'thousand_separator')
|
@BuiltValueField(wireName: 'thousand_separator')
|
||||||
String get thousandSeparator;
|
String get thousandSeparator;
|
||||||
|
|
||||||
// TODO remove once fixed in the app
|
|
||||||
@nullable
|
|
||||||
@BuiltValueField(wireName: 'decimal_separator')
|
@BuiltValueField(wireName: 'decimal_separator')
|
||||||
String get decimalSeparator;
|
String get decimalSeparator;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue