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