getSupportedExtensions property

List<String>? Function() get getSupportedExtensions

Implementation

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

Implementation

set getSupportedExtensions(_i2.List<_i2.String>? Function() value) {
  _i4.setProperty(
    this,
    'getSupportedExtensions',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}