toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (downloadId != null) 'downloadId': downloadId!,
  if (moduleName != null) 'moduleName': moduleName!,
  if (recoveryId != null) 'recoveryId': recoveryId!,
  if (recoveryStatus != null) 'recoveryStatus': recoveryStatus!,
};