saveAllAST method
Bundles the AST of every loaded code unit into a single archive.
With language, only that language's units are included.
Implementation
Uint8List saveAllAST({String? language, ASTBinarySigner? signer}) =>
ASTBinaryArchiveWriter(signer: signer).writeVM(this, language: language);