- Inheritance
- Object
- JSObject
- DartHtmlDomObject
- DataTransferItemList
- Annotations
- DocsEditable()
- DomName('DataTransferItemList')
- Experimental()
Static Properties
- instanceRuntimeType → Type
-
read-only
Constructors
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.…
inherited -
operator [](
int index) → DataTransferItem
Methods
-
add(
data_OR_file, [String type]) → DataTransferItem -
addData(
String data, String type) → DataTransferItem -
addFile(
File file) → DataTransferItem -
clear(
) → void -
item(
int index) → DataTransferItem -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.…
inherited -
remove(
int index) → void -
toString(
) → String -
Returns the result of the JavaScript objects
toString
method.inherited