ExecutableCodePart({ required this.language, required this.code, bool? isThought, }) : super( isThought: isThought, thoughtSignature: null, );