GestureEnumSet class
Constructors
- GestureEnumSet()
- GestureEnumSet.all()
- 
          
            factory
- GestureEnumSet.fromRawValue(int rawValue)
- 
          
            factory
- 
          GestureEnumSet.of(Iterable<Gesture> elements)
- 
          
            factory
Properties
Methods
- 
  add(Gesture value) → bool 
- 
  addAll(Iterable< Gesture> elements) → void
- 
  
  inherited
- 
  addAllFromEnumSet(EnumSet< Gesture> other) → void
- 
  clear() → void 
- 
  
  inherited
- 
  contains(Gesture value) → bool 
- 
  containsAll(Iterable< Gesture> other) → bool
- 
  
  inherited
- 
  containsAllFromEnumSet(EnumSet< Gesture> other) → bool
- 
  difference(EnumSet< Gesture> other) → EnumSet<Gesture> 
- 
  intersection(EnumSet< Gesture> other) → EnumSet<Gesture> 
- 
  isEmpty() → bool 
- 
  
  inherited
- 
  isNotEmpty() → bool 
- 
  
  inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  remove(Gesture value) → bool 
- 
  removeAll(Iterable< Gesture> elements) → void
- 
  
  inherited
- 
  removeAllFromEnumSet(EnumSet< Gesture> other) → void
- 
  toSet() → Set< Gesture> 
- 
  toString() → String 
- 
  A string representation of this object.
  override
- 
  union(EnumSet< Gesture> other) → EnumSet<Gesture> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited