Inheritance
Annotations
  • DocsEditable()
  • DomName('DataTransferItemList')
  • Experimental()

Static Properties

instanceRuntimeType Type

read-only

Constructors

DataTransferItemList.internal_()

Properties

hashCode int

read-only, inherited
length int

read-only
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited

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