filename property
Indicates where the program was parsed from. In principle, this can be anything, it is just a string passed to the parser for convenience.
Implementation
String? filename;
Indicates where the program was parsed from. In principle, this can be anything, it is just a string passed to the parser for convenience.
String? filename;