Code constructor
Code({
- required CodeDestination destination,
- required CodeSource source,
Implementation
Code({
required this.destination,
required this.source,
});