DragData class

Constructors

DragData(List<_DragDataInitProperty> properties)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(DragDataKey key) bool
get<T>(DragDataKey<T> key) Future<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

files DragDataKey<List<String>>
final
uris DragDataKey<List<Uri>>
final

Static Methods

deserialize(dynamic value) DragData