toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (crashed != null) 'crashed': crashed!,
      if (deviceOutOfMemory != null) 'deviceOutOfMemory': deviceOutOfMemory!,
      if (failedRoboscript != null) 'failedRoboscript': failedRoboscript!,
      if (notInstalled != null) 'notInstalled': notInstalled!,
      if (otherNativeCrash != null) 'otherNativeCrash': otherNativeCrash!,
      if (timedOut != null) 'timedOut': timedOut!,
      if (unableToCrawl != null) 'unableToCrawl': unableToCrawl!,
    };