toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (name != null) 'name': name!,
  if (unexpectedCodeModification != null)
    'unexpectedCodeModification': unexpectedCodeModification!,
  if (unexpectedFtraceHandler != null)
    'unexpectedFtraceHandler': unexpectedFtraceHandler!,
  if (unexpectedInterruptHandler != null)
    'unexpectedInterruptHandler': unexpectedInterruptHandler!,
  if (unexpectedKernelCodePages != null)
    'unexpectedKernelCodePages': unexpectedKernelCodePages!,
  if (unexpectedKprobeHandler != null)
    'unexpectedKprobeHandler': unexpectedKprobeHandler!,
  if (unexpectedProcessesInRunqueue != null)
    'unexpectedProcessesInRunqueue': unexpectedProcessesInRunqueue!,
  if (unexpectedReadOnlyDataModification != null)
    'unexpectedReadOnlyDataModification': unexpectedReadOnlyDataModification!,
  if (unexpectedSystemCallHandler != null)
    'unexpectedSystemCallHandler': unexpectedSystemCallHandler!,
};