Page constructor
Page({
- required String location,
Implementation
Page({required String location}) : super() {
type = HitCategory.PAGEVIEW;
super.location = location;
}
Page({required String location}) : super() {
type = HitCategory.PAGEVIEW;
super.location = location;
}