FilenameConflictAction
enum
- uniquify
- To avoid duplication, the `filename` is changed to
include a counter before the filename extension.
- overwrite
- The existing file will be overwritten with the new file.
- prompt
- The user will be prompted with a file chooser dialog.
- Inheritance
-
- Available extensions
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
index
→ int
-
A numeric identifier for the enumerated value.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ String
-
no setter
-
value
→ String
-
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited