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