lookupPrefix property

String? Function([String?]) lookupPrefix

Implementation

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

Implementation

set lookupPrefix(_i2.String? Function([_i2.String?]) value) {
  _i4.setProperty(
    this,
    'lookupPrefix',
    _i4.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}