file property

void Function(FileCallback, [ErrorCallback?]) get file

Implementation

void Function(
  _i3.FileCallback, [
  _i3.ErrorCallback?,
]) get file => (
      _i3.FileCallback p0, [
      _i3.ErrorCallback? p1,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'file',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        );
set file (void value(FileCallback, [ErrorCallback?]))

Implementation

set file(
    void Function(
      _i3.FileCallback, [
      _i3.ErrorCallback?,
    ]) value) {
  _i4.setProperty(
    this,
    'file',
    _i4.allowInterop(value),
  );
}