toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (noRecentActivityCount != null)
'noRecentActivityCount': noRecentActivityCount!,
if (pendingBrowserUpdateCount != null)
'pendingBrowserUpdateCount': pendingBrowserUpdateCount!,
if (recentlyEnrolledCount != null)
'recentlyEnrolledCount': recentlyEnrolledCount!,
};