returnValue property

String returnValue

Implementation

_i2.String get returnValue => _i4.getProperty(
      this,
      'returnValue',
    );
void returnValue=(String value)

Implementation

set returnValue(_i2.String value) {
  _i4.setProperty(
    this,
    'returnValue',
    value,
  );
}