View# class gam.ast.program.View(*, name: Literal['View'] = 'View', pages: List[ViewPage] = None, **extra_data: Any)[source]# Represents a view. A View is a collection of methods, models (structs) that are used to render the UI. It is used to display the data to the user. name: Literal['View']# pages: List[ViewPage]#