LaneEnumSet class

Constructors

LaneEnumSet()
LaneEnumSet.all()
factory
LaneEnumSet.fromRawValue(int rawValue)
factory
LaneEnumSet.of(Iterable<Lane> elements)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rawValue int
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(Lane value) bool
addAll(Iterable<Lane> elements) → void
inherited
addAllFromEnumSet(EnumSet<Lane> other) → void
clear() → void
inherited
contains(Lane value) bool
containsAll(Iterable<Lane> other) bool
inherited
containsAllFromEnumSet(EnumSet<Lane> other) bool
difference(EnumSet<Lane> other) → EnumSet<Lane>
intersection(EnumSet<Lane> other) → EnumSet<Lane>
isEmpty() bool
inherited
isNotEmpty() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(Lane value) bool
removeAll(Iterable<Lane> elements) → void
inherited
removeAllFromEnumSet(EnumSet<Lane> other) → void
toSet() Set<Lane>
toString() String
A string representation of this object.
override
union(EnumSet<Lane> other) → EnumSet<Lane>

Operators

operator ==(Object other) bool
The equality operator.
inherited