UnaryNotExpr class
A logical negation expression, such as !user.isActive.
Constructors
- UnaryNotExpr(Expr operand)
-
Creates a logical negation of
operand.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited