menu
s_packages package
documentation
universal_html/prefer_universal/html.dart
Entry
copyTo method
copyTo method
dark_mode
light_mode
copyTo
method
Future
<
Entry
>
copyTo
(
DirectoryEntry
parent
, {
String
?
name
,
})
Implementation
Future<Entry> copyTo(DirectoryEntry parent, {String? name}) { return Future<Entry>.value(this); }
s_packages package
documentation
universal_html/prefer_universal/html
Entry
copyTo method
Entry class