OperatorVariantExpression class

delegates the work to one of the variants that can process the correct types of the evaluated left and right values.

Inheritance

Constructors

OperatorVariantExpression.new({required String position, required String operator, required List<TwoValueOperatorVariant<Object, Object>> variants, required Expression<Object> left, required Expression<Object> right})

Properties

hashCode int
The hash code for this object.
no setterinherited
left Expression<Object>
final
operator String
final
position String
finalinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
variants List<TwoValueOperatorVariant<Object, Object>>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(RenderContext context) Future<Object>
override
toString() String
A string representation of this object.
inherited

Operators

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