DropEffect enum
Values
- none → const DropEffect
-
const DropEffect(r'none')
- copy → const DropEffect
-
const DropEffect(r'copy')
- link → const DropEffect
-
const DropEffect(r'link')
- move → const DropEffect
-
const DropEffect(r'move')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DropEffect> - A constant List of the values in this enum, in order of their declaration.