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