item property

dynamic Function([String?]) get item

Implementation

_i2.dynamic Function([_i2.String?]) get item =>
    ([_i2.String? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'item',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set item (dynamic value([String?]))

Implementation

set item(_i2.dynamic Function([_i2.String?]) value) {
  _i4.setProperty(
    this,
    'item',
    _i4.allowInterop(value),
  );
}