menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
NotExpr
NotExpr.new constructor
NotExpr.new constructor
dark_mode
light_mode
NotExpr
constructor
NotExpr
(
Expression
condition
)
Implementation
NotExpr(
this
.condition) :
super
(BOOL_TYPE);
ngcompiler package
documentation
v1/src/compiler/output/output_ast
NotExpr
NotExpr.new constructor
NotExpr class
Constructors
new
Properties
condition
hashCode
runtimeType
type
Methods
and
bigger
biggerEquals
callFn
callMethod
cast
conditional
divide
equals
identical
ifNull
instantiate
isBlank
key
lower
lowerEquals
minus
modulo
multiply
noSuchMethod
notEquals
notIdentical
notNull
or
plus
prop
spread
toStmt
toString
visitExpression
Operators
operator ==