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