RoadEventDisplayCategoryEnumSet class

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

Operators

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