menu
anteater package
documentation
ir/cfg/control_flow_graph.dart
UnaryOpValue
UnaryOpValue.new const constructor
UnaryOpValue.new const constructor
dark_mode
light_mode
UnaryOpValue
constructor
const
UnaryOpValue
(
String
operator
,
Value
operand
)
Implementation
const UnaryOpValue(this.operator, this.operand) : super();
anteater package
documentation
ir/cfg/control_flow_graph
UnaryOpValue
UnaryOpValue.new const constructor
UnaryOpValue class