resolve property
Future<List<String> ?> Function(FileSystemHandle)
get
resolve
Implementation
_i2.Future<_i2.List<_i2.String>?> Function(_i3.FileSystemHandle)
get resolve =>
(_i3.FileSystemHandle p0) => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'resolve',
),
r'call',
[
this,
p0,
],
));
set
resolve
(Future<List<String> ?> value(FileSystemHandle))
Implementation
set resolve(
_i2.Future<_i2.List<_i2.String>?> Function(_i3.FileSystemHandle) value) {
_i4.setProperty(
this,
'resolve',
_i4.allowInterop(value),
);
}