Dart
dart:html
DataTransferItemList
add method
add
Dart
dart:html
DataTransferItemList
add method
DataTransferItemList class
Properties
length
hashCode
runtimeType
Methods
add
addData
addFile
clear
item
remove
noSuchMethod
toString
Operators
operator []
operator ==
description
add
method
DataTransferItem
add
(
dynamic
data_OR_file
, [
String
type
])
Implementation
DataTransferItem add(data_OR_file, [String type]) native;