ast library

Extension Types

EntityId
Identifier portion of the EntityUid type.
EntityTypeName
Represents an entity type name. Consists of a namespace and the type name.

Properties

cedarSerializers → Serializers
final

Functions

annotation(String key, String value) Annotations
ifThenElse(Expr condition, Expr thenCedarExpr, Expr elseCedarExpr) Expr
not(Expr expr) Expr
pattern(List<Object?> components) CedarPattern

Typedefs

Annotation = ({String key, String value})