returnValue property

bool returnValue

@deprecated

MDN Reference

Implementation

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

Implementation

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