CookieIssueInsight constructor

CookieIssueInsight({
  1. required InsightType type,
  2. String? tableEntryUrl,
})

Implementation

CookieIssueInsight({required this.type, this.tableEntryUrl});