containsAllFromEnumSet method

  1. @override
bool containsAllFromEnumSet(
  1. EnumSet<TransformGesture> other
)
override

Implementation

@override
bool containsAllFromEnumSet(EnumSet<TransformGesture> other) =>
    (this.rawValue & other.rawValue) == this.rawValue;