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