PrincipalConstraint class sealed
- Implemented types
- Implementers
Constructors
-
PrincipalConstraint.fromJson(Map<
String, Object?> json) -
factory
- PrincipalConstraint.fromProto(PrincipalConstraint proto)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
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
-
toExpr(
) → Expr -
override
-
toJson(
) → Map< String, Object?> -
inherited
-
toProto(
) → PrincipalConstraint -
toString(
) → String -
A string representation of this object.
inherited
-
toVariableExpr(
CedarVariable variable) → Expr -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited