toObject property

Object Function() get toObject

Implementation

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

Implementation

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