void setValue(el, String value)

Source

void setValue(el, String value) {
  (el as InputElement).value = value;
}