toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (baseVersionContentJson != null)
'baseVersionContentJson': baseVersionContentJson!,
if (compareTime != null) 'compareTime': compareTime!,
if (targetVersionContentJson != null)
'targetVersionContentJson': targetVersionContentJson!,
};