returnValue property

String returnValue

Implementation

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

Implementation

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