euroComma property Null safety
Should we show numbers Euro-style, with commas instead of periods and vice-versa?
Implementation
bool get euroComma => _euroComma;
Implementation
set euroComma(bool v) {
_euroComma = v;
_model.needsSave = true;
}