SimpleListWrapperGroupName constructor
SimpleListWrapperGroupName({
- ListWrapperCallbackGroupName? callback,
- List<
GroupName> ? items, - int? maxResults,
- ListWrapperCallbackGroupName? pagingCallback,
- int? size,
Implementation
SimpleListWrapperGroupName(
{this.callback,
List<GroupName>? items,
this.maxResults,
this.pagingCallback,
this.size})
: items = items ?? [];