menu
anteater package
documentation
ir/cfg/control_flow_graph.dart
NullCheckInstruction
NullCheckInstruction.new constructor
NullCheckInstruction.new constructor
dark_mode
light_mode
NullCheckInstruction
constructor
NullCheckInstruction
(
{
required
int
offset
,
required
Value
operand
,
required
Variable
result
,
})
Implementation
NullCheckInstruction({ required super.offset, required this.operand, required this.result, });
anteater package
documentation
ir/cfg/control_flow_graph
NullCheckInstruction
NullCheckInstruction.new constructor
NullCheckInstruction class