Policy class

Constructors

Policy(Uint8List rawPolicy, Map<String, PolicyAxis> axes)
Policy.init()

Properties

axes Map<String, PolicyAxis>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
rawPolicy Uint8List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAxis(String name, List<Tuple2<String, bool>> attributes, bool hierarchical) Policy
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultAxes Map<String, PolicyAxis>
no setter
defaultRawPolicy Uint8List
no setter