Dart SDK
dart:html
FileError
constructor
FileError.internal_
FileError.internal_
class FileError
Constructors
internal_
Properties
code
hashCode
message
name
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
instanceRuntimeType
Constants
ABORT_ERR
ENCODING_ERR
INVALID_MODIFICATION_ERR
INVALID_STATE_ERR
NO_MODIFICATION_ALLOWED_ERR
NOT_FOUND_ERR
NOT_READABLE_ERR
PATH_EXISTS_ERR
QUOTA_EXCEEDED_ERR
SECURITY_ERR
SYNTAX_ERR
TYPE_MISMATCH_ERR
FileError.internal_
(
)
Source
@Deprecated("Internal Use Only") FileError.internal_() : super.internal_();
constructor FileError.internal_