toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (additions != null) 'additions': additions!,
      if (checksum != null) 'checksum': checksum!,
      if (newClientState != null) 'newClientState': newClientState!,
      if (platformType != null) 'platformType': platformType!,
      if (removals != null) 'removals': removals!,
      if (responseType != null) 'responseType': responseType!,
      if (threatEntryType != null) 'threatEntryType': threatEntryType!,
      if (threatType != null) 'threatType': threatType!,
    };