PageViewEvent.fromMap(Map<String, Object?> map) : title = map['title'] as String?, url = map['url'] as String?, referrer = map['referrer'] as String?;