String get fill => JS("String", "#.fill", this);
set fill(String value) { JS("void", "#.fill = #", this, value); }