toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (appsDetected != null) 'appsDetected': appsDetected!,
if (otherApps != null) 'otherApps': otherApps!,
if (playOrSystemApps != null) 'playOrSystemApps': playOrSystemApps!,
};