expressions library
Classes
- Aes
- Functions related to the AES encryption
- BinaryExpression
- CallExpression
- CodexFunctions
- Functions related to JsonPath processing.
- CompoundExpression
- ConditionalExpression
- CryptoFunctions
- Class that contains functions related to the crypto package.
- DateTimeFunctions
- Class containing functions related to Date / Time processing.
- DurationFunctions
- Class that contains functions related to creating Durations.
- EncryptFunctions
- Functions related to AES and RSA encryption.
- Expression
- ExpressionEvaluator
- Handles evaluation of expressions
- Identifier
- IndexExpression
- JsonPathFunctions
- Functions related to JsonPath processing.
- Literal
-
MemberAccessor<
T> - MemberExpression
- RandomFunctions
- Class that contains functions related generating random numbers.
- Rsa
- SimpleExpression
- ThisExpression
- UnaryExpression
- Variable
Typedefs
-
AnyMemberAccessor<
T> = dynamic Function(T, String member) -
SingleMemberAccessor<
T> = dynamic Function(T)