toBinaryAST method
Encodes this unit's AST. Throws a StateError when it has not been loaded.
Implementation
Uint8List toBinaryAST({ASTBinarySigner? signer}) =>
ASTBinaryWriter(signer: signer).writeCodeUnit(this);
Encodes this unit's AST. Throws a StateError when it has not been loaded.
Uint8List toBinaryAST({ASTBinarySigner? signer}) =>
ASTBinaryWriter(signer: signer).writeCodeUnit(this);