origin property
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;
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.
String? origin;