isSameEntry property

Future<bool> Function(FileSystemHandle) get isSameEntry

Implementation

_i2.Future<_i2.bool> Function(_i3.FileSystemHandle) get isSameEntry =>
    (_i3.FileSystemHandle p0) => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'isSameEntry',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set isSameEntry (Future<bool> value(FileSystemHandle))

Implementation

set isSameEntry(_i2.Future<_i2.bool> Function(_i3.FileSystemHandle) value) {
  _i4.setProperty(
    this,
    'isSameEntry',
    _i4.allowInterop(value),
  );
}