toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (clientInfo != null) 'clientInfo': clientInfo!,
  if (entry != null) 'entry': entry!,
  if (platformType != null) 'platformType': platformType!,
  if (resources != null) 'resources': resources!,
  if (threatType != null) 'threatType': threatType!,
  if (userInfo != null) 'userInfo': userInfo!,
};