RoadEventDisplayCategoryEnumSet class

Inheritance

Properties

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

Methods

contains(RoadEventDisplayCategory value) bool
override
containsAll(Iterable<RoadEventDisplayCategory> other) bool
inherited
containsAllFromEnumSet(EnumSet<RoadEventDisplayCategory> other) bool
override
difference(EnumSet<RoadEventDisplayCategory> other) EnumSet<RoadEventDisplayCategory>
override
intersection(EnumSet<RoadEventDisplayCategory> other) EnumSet<RoadEventDisplayCategory>
override
isEmpty() bool
inherited
isNotEmpty() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMutableEnumSet() MutableEnumSet<RoadEventDisplayCategory>
override
toSet() Set<RoadEventDisplayCategory>
override
toString() String
A string representation of this object.
override
union(EnumSet<RoadEventDisplayCategory> other) EnumSet<RoadEventDisplayCategory>
override

Operators

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