DataTransferItemList class
- Annotations
- @Native.new("DataTransferItemList")
Properties
Methods
- add(
dynamicdata_OR_file, [String?type])→DataTransferItem? - addData(
Stringdata,Stringtype)→DataTransferItem? - addFile(
Filefile)→DataTransferItem? - clear(
)→ void - item(
intindex)→DataTransferItem - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- remove(
intindex)→ void - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited
- operator [](
intindex)→DataTransferItem