toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backup != null) 'backup': backup!,
if (fileList != null) 'fileList': fileList!,
if (restoreDestinationPath != null)
'restoreDestinationPath': restoreDestinationPath!,
};