$ExitEvent constructor

$ExitEvent({
  1. String? name,
  2. String? reportingName,
  3. String? type,
  4. String? url,
})

Implementation

$ExitEvent({this.name, this.reportingName, this.type, this.url});