getDirectory property

void Function([String?, FileSystemFlags?, FileSystemEntryCallback?, ErrorCallback?]) get getDirectory

Implementation

void Function([
  _i2.String?,
  _i3.FileSystemFlags?,
  _i3.FileSystemEntryCallback?,
  _i3.ErrorCallback?,
]) get getDirectory => ([
      _i2.String? p0,
      _i3.FileSystemFlags? p1,
      _i3.FileSystemEntryCallback? p2,
      _i3.ErrorCallback? p3,
    ]) =>
        _i4.callMethod(
          _i4.getProperty(
            this,
            'getDirectory',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
            p1 ?? _i6.undefined,
            p2 ?? _i6.undefined,
            p3 ?? _i6.undefined,
          ],
        );
set getDirectory (void value([String?, FileSystemFlags?, FileSystemEntryCallback?, ErrorCallback?]))

Implementation

set getDirectory(
    void Function([
      _i2.String?,
      _i3.FileSystemFlags?,
      _i3.FileSystemEntryCallback?,
      _i3.ErrorCallback?,
    ]) value) {
  _i4.setProperty(
    this,
    'getDirectory',
    _i4.allowInterop(value),
  );
}