getAsFile property

File? Function() get getAsFile

Implementation

_i3.File? Function() get getAsFile => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'getAsFile',
      ),
      r'call',
      [this],
    );
set getAsFile (File? value())

Implementation

set getAsFile(_i3.File? Function() value) {
  _i4.setProperty(
    this,
    'getAsFile',
    _i4.allowInterop(() => () => value() ?? _i6.undefined),
  );
}