AccessControlOption enum

Inheritance

Constructors

AccessControlOption(String des)
const

Values

devicePasscode → const AccessControlOption
const AccessControlOption("devicePasscode")
biometryAny → const AccessControlOption
const AccessControlOption("biometryAny")
biometryCurrentSet → const AccessControlOption
const AccessControlOption("biometryCurrentSet")
userPresence → const AccessControlOption
const AccessControlOption("userPresence")
watch → const AccessControlOption
const AccessControlOption("watch")
privateKeyUsage → const AccessControlOption
const AccessControlOption("privateKeyUsage")
applicationPassword → const AccessControlOption
const AccessControlOption("applicationPassword")
or → const AccessControlOption
const AccessControlOption("or")
and → const AccessControlOption
const AccessControlOption("and")

Properties

des String
final
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<AccessControlOption>
A constant List of the values in this enum, in order of their declaration.