$body */ protected function __construct( public BlockType $type, public array $body, ) { } public static function opName(): string { return "block"; } }