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

Properties

kind String
@DocsEditable(), @DomName('DataTransferItem.kind'), final
type String
@DocsEditable(), @DomName('DataTransferItem.type'), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

getAsEntry() Entry
@DocsEditable(), @DomName('DataTransferItem.webkitGetAsEntry'), @Experimental(), @JSName('webkitGetAsEntry'), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI)
getAsFile() Blob
@DocsEditable(), @DomName('DataTransferItem.getAsFile')
getAsString() Future<String>
@DocsEditable(), @DomName('DataTransferItem.getAsString'), @JSName('getAsString')
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 ==(other) bool
The equality operator. [...]
inherited