toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (analyticsLabel != null) 'analyticsLabel': analyticsLabel!,
if (appId != null) 'appId': appId!,
if (data != null) 'data': data!,
if (date != null) 'date': date!,
};