CastInstruction constructor
CastInstruction({})
Implementation
CastInstruction({
required super.offset,
required this.operand,
required this.targetType,
required this.result,
this.isNullable = false,
});
CastInstruction({
required super.offset,
required this.operand,
required this.targetType,
required this.result,
this.isNullable = false,
});