get property

List<Diagnostic>? Function(Uri) get

Implementation

_i2.List<_i3.Diagnostic>? Function(_i3.Uri) get get =>
    (_i3.Uri p0) => (_i5.callMethod(
          _i5.getProperty(
            this,
            'get',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ) as _i2.List?)
            ?.cast();
void get=(List<Diagnostic>? value(Uri))

Implementation

set get(_i2.List<_i3.Diagnostic>? Function(_i3.Uri) value) {
  _i5.setProperty(
    this,
    'get',
    _i5.allowInterop((p0) => () => value(p0) ?? _i6.undefined),
  );
}