attachInternals property

ElementInternals Function() attachInternals

Implementation

_i3.ElementInternals Function() get attachInternals => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'attachInternals',
      ),
      r'call',
      [this],
    );
void attachInternals=(ElementInternals value())

Implementation

set attachInternals(_i3.ElementInternals Function() value) {
  _i4.setProperty(
    this,
    'attachInternals',
    _i4.allowInterop(value),
  );
}