Screen constructor

Screen({
  1. required String location,
})

Implementation

Screen({required this.location}) : super() {
  type = Type.SCREENVIEW;
}