FoundGroups constructor

FoundGroups({
  1. List<FoundGroup>? groups,
  2. String? header,
  3. int? total,
})

Implementation

FoundGroups({List<FoundGroup>? groups, this.header, this.total})
    : groups = groups ?? [];