filename property

  1. @override
String? filename
getter/setter pairoverride-getter

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

@override
String? filename;