toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (failedCount != null) 'failedCount': failedCount!,
  if (nocaptchaCount != null) 'nocaptchaCount': nocaptchaCount!,
  if (pageloadCount != null) 'pageloadCount': pageloadCount!,
  if (passedCount != null) 'passedCount': passedCount!,
};