toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (kind != null) 'kind': kind!,
if (referenceType != null) 'referenceType': referenceType!,
if (referrer != null) 'referrer': referrer!,
if (target != null) 'target': target!,
};