TransformGestureEnumSet class

Inheritance

Properties

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

Methods

contains(TransformGesture value) bool
override
containsAll(Iterable<TransformGesture> other) bool
inherited
containsAllFromEnumSet(EnumSet<TransformGesture> other) bool
override
difference(EnumSet<TransformGesture> other) EnumSet<TransformGesture>
override
intersection(EnumSet<TransformGesture> other) EnumSet<TransformGesture>
override
isEmpty() bool
inherited
isNotEmpty() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMutableEnumSet() MutableEnumSet<TransformGesture>
override
toSet() Set<TransformGesture>
override
toString() String
A string representation of this object.
override
union(EnumSet<TransformGesture> other) EnumSet<TransformGesture>
override

Operators

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