SimpleListWrapperGroupName constructor

SimpleListWrapperGroupName({
  1. ListWrapperCallbackGroupName? callback,
  2. List<GroupName>? items,
  3. int? maxResults,
  4. ListWrapperCallbackGroupName? pagingCallback,
  5. int? size,
})

Implementation

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