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

Static Methods

internalCreateDataTransferItemList() DataTransferItemList

Constructors

DataTransferItemList.internal_()

Properties

read / write, inherited
hashCode int

read-only
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.

operator [](int index) DataTransferItem

Methods

add(data_OR_file, [String type]) DataTransferItem

addData(String data, String type) DataTransferItem

addFile(File file) DataTransferItem

clear() → void

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
remove(int index) → void

toString() String

Returns a string representation of this object.

inherited