ScreenView constructor
const
ScreenView({})
Implementation
const ScreenView(
{required this.name,
this.id,
this.type,
this.previousName,
this.previousType,
this.previousId,
this.transitionType});