EventGroupsGet$Response constructor
EventGroupsGet$Response({
- int? count,
- String? next,
- String? previous,
- List<
EventGroup> ? results,
Implementation
EventGroupsGet$Response({
this.count,
this.next,
this.previous,
this.results,
});