toJson method

Map<String, dynamic> toJson()

Implementation

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