takeRecords property

List<IntersectionObserverEntry> Function() get takeRecords

Implementation

_i2.List<_i3.IntersectionObserverEntry> Function() get takeRecords =>
    () => ((_i4.callMethod(
          _i4.getProperty(
            this,
            'takeRecords',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set takeRecords (List<IntersectionObserverEntry> value())

Implementation

set takeRecords(_i2.List<_i3.IntersectionObserverEntry> Function() value) {
  _i4.setProperty(
    this,
    'takeRecords',
    _i4.allowInterop(value),
  );
}