Entry class Null safety
- Implementers
- Annotations
- @Native("Entry")
Properties
- filesystem → FileSystem?
-
read-only
- fullPath → String?
-
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isDirectory → bool?
-
read-only
- isFile → bool?
-
read-only
- name → String?
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
copyTo(
DirectoryEntry parent, {String? name}) → Future< Entry> -
@JSName('copyTo')
-
getMetadata(
) → Future< Metadata> -
@JSName('getMetadata')
-
getParent(
) → Future< Entry> -
@JSName('getParent')
-
moveTo(
DirectoryEntry parent, {String? name}) → Future< Entry> -
@JSName('moveTo')
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
remove(
) → Future -
@JSName('remove')
-
toString(
) → String -
Returns a string representation of this object.
inherited
-
toUrl(
) → String -
@JSName('toURL')
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited