FollowValueEnumSet class
- Inheritance
-
- Object
- EnumSet<
FollowValue> - FollowValueEnumSet
Constructors
- FollowValueEnumSet([int rawValue = 0])
-
const
- FollowValueEnumSet.all()
-
factory
- FollowValueEnumSet.fromRawValue(int rawValue)
-
factory
-
FollowValueEnumSet.of(Iterable<
FollowValue> elements) -
factory
Properties
Methods
-
contains(
FollowValue value) → bool -
override
-
containsAll(
Iterable< FollowValue> other) → bool -
inherited
-
containsAllFromEnumSet(
EnumSet< FollowValue> other) → bool -
override
-
difference(
EnumSet< FollowValue> other) → EnumSet<FollowValue> -
override
-
intersection(
EnumSet< FollowValue> other) → EnumSet<FollowValue> -
override
-
isEmpty(
) → bool -
inherited
-
isNotEmpty(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMutableEnumSet(
) → MutableEnumSet< FollowValue> -
override
-
toSet(
) → Set< FollowValue> -
override
-
toString(
) → String -
A string representation of this object.
override
-
union(
EnumSet< FollowValue> other) → EnumSet<FollowValue> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited