DataTransferItem class

Annotations
  • @DocsEditable()
  • @DomName('DataTransferItem')
  • @Experimental()
  • @Native("DataTransferItem")

Properties

kind String
@DocsEditable(), @DomName('DataTransferItem.kind'), final
type String
@DocsEditable(), @DomName('DataTransferItem.type'), final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getAsEntry() Entry
@DocsEditable(), @DomName('DataTransferItem.webkitGetAsEntry'), @Experimental(), @JSName('webkitGetAsEntry'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI)
getAsFile() File
@DocsEditable(), @DomName('DataTransferItem.getAsFile')
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited