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