toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (cacheDuration != null) 'cacheDuration': cacheDuration!,
      if (platformType != null) 'platformType': platformType!,
      if (threat != null) 'threat': threat!,
      if (threatEntryMetadata != null)
        'threatEntryMetadata': threatEntryMetadata!,
      if (threatEntryType != null) 'threatEntryType': threatEntryType!,
      if (threatType != null) 'threatType': threatType!,
    };