toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (currentVersion != null) 'currentVersion': currentVersion!,
if (name != null) 'name': name!,
if (pendingVersions != null) 'pendingVersions': pendingVersions!,
};