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

Operators

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