origin property

String? origin
getter/setter pair

An arbitrary string describing where the source code came from. Most obviously, this could be a file path. We use this when reporting invalid messages.

Implementation

String? origin;