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