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