getEntries property

List Function() getEntries

Implementation

_i2.List Function() get getEntries => () => ((_i4.callMethod(
      _i4.getProperty(
        this,
        'getEntries',
      ),
      r'call',
      [this],
    )) as _i2.List)
        .cast();
void getEntries=(List value())

Implementation

set getEntries(_i2.List Function() value) {
  _i4.setProperty(
    this,
    'getEntries',
    _i4.allowInterop(value),
  );
}