SourceLocation.sourceLine

The 1-based line number and column number where the symbol is defined.

struct SourceLocation
@serdeKeys("Line")
int sourceLine;

Meta