toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (additions != null) 'additions': additions!,
if (checksum != null) 'checksum': checksum!,
if (newVersionToken != null) 'newVersionToken': newVersionToken!,
if (recommendedNextDiff != null)
'recommendedNextDiff': recommendedNextDiff!,
if (removals != null) 'removals': removals!,
if (responseType != null) 'responseType': responseType!,
};