addToLibrary method Null safety
- Declaration declaration
Adds a new regular declaration to the surrounding library.
Note that type declarations are not supported.
Implementation
void addToLibrary(Declaration declaration);
Adds a new regular declaration to the surrounding library.
Note that type declarations are not supported.
void addToLibrary(Declaration declaration);