Operation enum

Inheritance

Constructors

Operation()
const

Values

ALL → const Operation
CREATE → const Operation
READ → const Operation
WRITE → const Operation
DELETE → const Operation
RPC_CALL → const Operation
READ_CREDENTIALS → const Operation
WRITE_CREDENTIALS → const Operation
READ_ATTRIBUTES → const Operation
WRITE_ATTRIBUTES → const Operation
READ_TELEMETRY → const Operation
WRITE_TELEMETRY → const Operation
ADD_TO_GROUP → const Operation
REMOVE_FROM_GROUP → const Operation
CHANGE_OWNER → const Operation
IMPERSONATE → const Operation
CLAIM_DEVICES → const Operation
SHARE_GROUP → const Operation
ASSIGN_TO_TENANT → const Operation

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<Operation>
A constant List of the values in this enum, in order of their declaration.