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