copyWith method
Implementation
Es copyWith({
FileSystemEntity? fse,
FileStat? fs,
String? extra,
}) {
return Es((
fse ?? this.fse,
fs ?? this.fs,
extra ?? this.extra,
));
}
Es copyWith({
FileSystemEntity? fse,
FileStat? fs,
String? extra,
}) {
return Es((
fse ?? this.fse,
fs ?? this.fs,
extra ?? this.extra,
));
}