assign property

void Function(Object) get assign

Implementation

void Function(_i2.Object) get assign => (_i2.Object p0) => _i4.callMethod(
      _i4.getProperty(
        this,
        'assign',
      ),
      r'call',
      [
        this,
        p0,
      ],
    );
set assign (void value(Object))

Implementation

set assign(void Function(_i2.Object) value) {
  _i4.setProperty(
    this,
    'assign',
    _i4.allowInterop(value),
  );
}