PrefixExpression<PARAMETER_TYPE extends Object> class

Inheritance

Constructors

PrefixExpression.new({required PrefixOperator<PARAMETER_TYPE> operator, required String position, required Expression<Object> valueExpression})

Properties

hashCode int
The hash code for this object.
no setterinherited
operator PrefixOperator<PARAMETER_TYPE>
final
position String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueExpression Expression<Object>
final

Methods

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

Operators

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