PageViewEvent constructor

const PageViewEvent({
  1. String? title,
  2. String? url,
  3. String? referrer,
})

Implementation

const PageViewEvent({this.title, this.url, this.referrer});