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