MutableCameraPurposeEnumSet class

Inheritance

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

Operators

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