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