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