ExpressionResolver<T> class
final
Constructors
- ExpressionResolver.new(T context)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
FieldExpression field) → (String?, String) -
toString(
) → String -
A string representation of this object.
inherited
-
withScope(
ExpressionContext ctx, List< (String?, String)> columns) → ExpressionResolver<T>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited