PaginatedCustomerFeedbackList constructor
PaginatedCustomerFeedbackList({
- int? count,
- String? next,
- String? previous,
- List<
CustomerFeedback> results = const [],
Returns a new PaginatedCustomerFeedbackList instance.
Implementation
PaginatedCustomerFeedbackList({
this.count,
this.next,
this.previous,
this.results = const [],
});