toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (noRecentPolicySyncCount != null)
        'noRecentPolicySyncCount': noRecentPolicySyncCount!,
      if (noRecentUserActivityCount != null)
        'noRecentUserActivityCount': noRecentUserActivityCount!,
      if (osVersionNotCompliantCount != null)
        'osVersionNotCompliantCount': osVersionNotCompliantCount!,
      if (pendingUpdate != null) 'pendingUpdate': pendingUpdate!,
      if (unsupportedPolicyCount != null)
        'unsupportedPolicyCount': unsupportedPolicyCount!,
    };