sourceReferences property

List<SourceReference>? sourceReferences
getter/setter pair

Source code that was used to build the executable which has caused the given error message.

Implementation

core.List<SourceReference>? sourceReferences;