toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (failedAlertStatus != null)
'failedAlertStatus': failedAlertStatus!
.map((key, item) => core.MapEntry(key, item.toJson())),
if (successAlertIds != null) 'successAlertIds': successAlertIds!,
};