- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DomError
- FileError
- Annotations
- @DocsEditable()
- @DomName('FileError')
- @Experimental()
Constants
- ABORT_ERR → int
-
@DocsEditable(), @DomName('FileError.ABORT_ERR')
3 - ENCODING_ERR → int
-
@DocsEditable(), @DomName('FileError.ENCODING_ERR')
5 - INVALID_MODIFICATION_ERR → int
-
@DocsEditable(), @DomName('FileError.INVALID_MODIFICATION_ERR')
9 - INVALID_STATE_ERR → int
-
@DocsEditable(), @DomName('FileError.INVALID_STATE_ERR')
7 - NO_MODIFICATION_ALLOWED_ERR → int
-
@DocsEditable(), @DomName('FileError.NO_MODIFICATION_ALLOWED_ERR')
6 - NOT_FOUND_ERR → int
-
@DocsEditable(), @DomName('FileError.NOT_FOUND_ERR')
1 - NOT_READABLE_ERR → int
-
@DocsEditable(), @DomName('FileError.NOT_READABLE_ERR')
4 - PATH_EXISTS_ERR → int
-
@DocsEditable(), @DomName('FileError.PATH_EXISTS_ERR')
12 - QUOTA_EXCEEDED_ERR → int
-
@DocsEditable(), @DomName('FileError.QUOTA_EXCEEDED_ERR')
10 - SECURITY_ERR → int
-
@DocsEditable(), @DomName('FileError.SECURITY_ERR')
2 - SYNTAX_ERR → int
-
@DocsEditable(), @DomName('FileError.SYNTAX_ERR')
8 - TYPE_MISMATCH_ERR → int
-
@DocsEditable(), @DomName('FileError.TYPE_MISMATCH_ERR')
11
Static Properties
- instanceRuntimeType → Type
-
@Deprecated("Internal Use Only"), read-only
Constructors
Properties
- code → int
-
@DocsEditable(), @DomName('FileError.code'), read-only
- hashCode → int
-
read-only, inherited
- message → String
-
@DocsEditable(), @DomName('DOMError.message'), @Experimental(), read-only, inherited
- name → String
-
@DocsEditable(), @DomName('DOMError.name'), read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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
toStringmethod.inherited