sourcePath property

String? sourcePath
final

Path to the source file this ARB was parsed from, if known. Set by the project loader. Used by report formatting; null when the ARB came from an in-memory string (e.g. unit tests).

Implementation

final String? sourcePath;