toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (activeAssets != null) 'activeAssets': activeAssets!,
  if (securityPolicyApplyingAssets != null)
    'securityPolicyApplyingAssets': securityPolicyApplyingAssets!,
  if (updateTime != null) 'updateTime': updateTime!,
};