double get clearcoat => _clearcoat;
set clearcoat(double value) { if ((_clearcoat > 0) != (value > 0)) { version++; } _clearcoat = value; }