attachInternals property

ElementInternals Function() get attachInternals

Implementation

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

Implementation

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