Field.definedAt

For debugging purposes this is the D source code location where this field is defined from. This can be used in error messages.

struct Field
@safe
@serdeKeys("SourceDefinedAt")
SourceLocation definedAt;

Meta