- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomError
- FileError
- Annotations
- DocsEditable()
- DomName('FileError')
- Experimental()
Constants
- ABORT_ERR → int
-
3
- ENCODING_ERR → int
-
5
- INVALID_MODIFICATION_ERR → int
-
9
- INVALID_STATE_ERR → int
-
7
- NO_MODIFICATION_ALLOWED_ERR → int
-
6
- NOT_FOUND_ERR → int
-
1
- NOT_READABLE_ERR → int
-
4
- PATH_EXISTS_ERR → int
-
12
- QUOTA_EXCEEDED_ERR → int
-
10
- SECURITY_ERR → int
-
2
- SYNTAX_ERR → int
-
8
- TYPE_MISMATCH_ERR → int
-
11
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited