PageBeanScreen constructor
PageBeanScreen({})
Implementation
PageBeanScreen(
{bool? isLast,
this.maxResults,
this.nextPage,
this.self,
this.startAt,
this.total,
List<Screen>? values})
: isLast = isLast ?? false,
values = values ?? [];