getRelaunchData property

Object Function() get getRelaunchData

Implementation

_i2.Object Function() get getRelaunchData => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'getRelaunchData',
      ),
      r'call',
      [this],
    );
set getRelaunchData (Object value())

Implementation

set getRelaunchData(_i2.Object Function() value) {
  _i5.setProperty(
    this,
    'getRelaunchData',
    _i5.allowInterop(value),
  );
}