core.Map<core.String, core.dynamic> toJson() => { if (appId != null) 'appId': appId!, if (appVersion != null) 'appVersion': appVersion!, if (reportTime != null) 'reportTime': reportTime!, };