toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'sourceCodeLocation': sourceCodeLocation.toJson(),
'propertyRuleIssueReason': propertyRuleIssueReason.toJson(),
if (propertyValue != null) 'propertyValue': propertyValue,
};
}