File class
- Inheritance
- Annotations
- @DocsEditable()
- @DomName('File')
Static Properties
- instanceRuntimeType → Type @Deprecated("Internal Use Only"), read-only
Constructors
Properties
- lastModified → int @DocsEditable(), @DomName('File.lastModified'), @Experimental(), read-only
- lastModifiedDate → DateTime @DocsEditable(), @DomName('File.lastModifiedDate'), read-only
- name → String @DocsEditable(), @DomName('File.name'), read-only
- relativePath → String @DocsEditable(), @DomName('File.webkitRelativePath'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read-only
- hashCode → int read-only, inherited
- runtimeType → Type read-only, inherited
-
A representation of the runtime type of the object.
- size → int @DocsEditable(), @DomName('Blob.size'), read-only, inherited
- type → String @DocsEditable(), @DomName('Blob.type'), read-only, inherited
Operators
- operator ==(
other) → bool inherited -
The equality operator.
Methods
- close(
) → void @DocsEditable(), @DomName('Blob.close'), @Experimental(), inherited - noSuchMethod(
Invocation invocation) → dynamic inherited -
Invoked when a non-existent method or property is accessed.
- slice(
[int start, int end, String contentType ]) → Blob inherited - toString(
) → String inherited -
Returns the result of the JavaScript objects
toString
method.
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/File-class.html