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