CameraPurposeEnumSet class
Constructors
- CameraPurposeEnumSet()
- CameraPurposeEnumSet.all()
-
factory
- CameraPurposeEnumSet.fromRawValue(int rawValue)
-
factory
-
CameraPurposeEnumSet.of(Iterable<
CameraPurpose> elements) -
factory
Properties
Methods
-
add(
CameraPurpose value) → bool -
addAll(
Iterable< CameraPurpose> elements) → void -
inherited
-
addAllFromEnumSet(
EnumSet< CameraPurpose> other) → void -
clear(
) → void -
inherited
-
contains(
CameraPurpose value) → bool -
containsAll(
Iterable< CameraPurpose> other) → bool -
inherited
-
containsAllFromEnumSet(
EnumSet< CameraPurpose> other) → bool -
difference(
EnumSet< CameraPurpose> other) → EnumSet<CameraPurpose> -
intersection(
EnumSet< CameraPurpose> other) → EnumSet<CameraPurpose> -
isEmpty(
) → bool -
inherited
-
isNotEmpty(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
CameraPurpose value) → bool -
removeAll(
Iterable< CameraPurpose> elements) → void -
inherited
-
removeAllFromEnumSet(
EnumSet< CameraPurpose> other) → void -
toSet(
) → Set< CameraPurpose> -
toString(
) → String -
A string representation of this object.
override
-
union(
EnumSet< CameraPurpose> other) → EnumSet<CameraPurpose>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited