CameraPurposeEnumSet class

Inheritance

Constructors

CameraPurposeEnumSet([int rawValue = 0])
const
CameraPurposeEnumSet.all()
factory
CameraPurposeEnumSet.fromRawValue(int rawValue)
factory
CameraPurposeEnumSet.of(Iterable<CameraPurpose> elements)
factory

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

Operators

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