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